#AB4A3F

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

Shades of Roof Terracotta #AB4A3F

Tints of Roof Terracotta #AB4A3F

Color information

#AB4A3F (or 0xAB4A3F) is unknown color: approx Roof Terracotta. HEX triplet: AB, 4A and 3F. RGB value is (171,74,63). Sum of RGB (Red+Green+Blue) = 171+74+63=308 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.52% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 63 (25% from 255 or 20.45% from 308); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A3F is #54B5C0. Grayscale: #656565. Windows color (decimal): -5551553 or 4147883. OLE color: 4147883.

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

Color convert

RGB1717463-
CMYK00.570.630.33
HSL6.11º46.15%45.88%-
HSV(B)6.11º63.16%67.06%-
XYZ20.1413.916.33-
YUV101.75106.14177.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.52%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 63 (25% from 255) = 20.45%
R=55.52%
G=24.03%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171746300.570.630.336.1146.1545.88
HexAB4A3F0393F2162e2e
Octal25311277071774165656
Binary1010101110010101111110111001111111100001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A3F; }

 p { color: rgb(171,74,63); }

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

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

 a { background-color: rgb(171,74,63); }

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

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

 span { border-color: rgb(171,74,63); }

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