#AB483E

Color #AB483E Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #AB483E

Tints of Roof Terracotta #AB483E

Color information

#AB483E (or 0xAB483E) is unknown color: approx Roof Terracotta. HEX triplet: AB, 48 and 3E. RGB value is (171,72,62). Sum of RGB (Red+Green+Blue) = 171+72+62=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB483E is #54B7C1. Grayscale: #646464. Windows color (decimal): -5552066 or 4081835. OLE color: 4081835.

HSL color Cylindrical-coordinate representation of color #AB483E: hue angle of 5.5º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB483E is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB1717262-
CMYK00.580.640.33
HSL5.5º46.78%45.69%-
HSV(B)5.5º63.74%67.06%-
XYZ19.9813.646.14-
YUV100.46106.3178.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 62 (24.61% from 255) = 20.33%
R=56.07%
G=23.61%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171726200.580.640.335.546.7845.69
HexAB483E03A402162f2e
Octal253110760721004165756
Binary10101011100100011111001110101000000100001110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB483E; }

 p { color: rgb(171,72,62); }

 H1.HeaderClassName
 {
   color: #AB483E;
 }
 .AnyTagClassName
 {
   color: #AB483E;
 }
</style>
background-color css

<style>
 a { background-color: #AB483E; }

 a { background-color: rgb(171,72,62); }

 div.DivClassName
 {
   background-color: #AB483E;
 }
 .BgClassName
 {
   background-color: #AB483E;
 }
</style>
border-color css

<style>
 span { border-color: #AB483E; }

 span { border-color: rgb(171,72,62); }

 td.TdClassName
 {
   border-color: #AB483E;
 }
 .TagClassName
 {
   border-color: #AB483E;
 }
</style>