#AB4640

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

Shades of Roof Terracotta #AB4640

Tints of Roof Terracotta #AB4640

Color information

#AB4640 (or 0xAB4640) is unknown color: approx Roof Terracotta. HEX triplet: AB, 46 and 40. RGB value is (171,70,64). Sum of RGB (Red+Green+Blue) = 171+70+64=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4640 is #54B9BF. Grayscale: #636363. Windows color (decimal): -5552576 or 4212395. OLE color: 4212395.

HSL color Cylindrical-coordinate representation of color #AB4640: hue angle of 3.36º 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 #AB4640 is Cyan = 0, Magento = 0.59, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1717064-
CMYK00.590.630.33
HSL3.36º45.53%46.08%-
HSV(B)3.36º62.57%67.06%-
XYZ19.9113.416.39-
YUV99.52107.96178.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.07%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=56.07%
G=22.95%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171706400.590.630.333.3645.5346.08
HexAB464003B3F2132e2e
Octal253106100073774135656
Binary1010101110001101000000011101111111110000111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4640; }

 p { color: rgb(171,70,64); }

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

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

 a { background-color: rgb(171,70,64); }

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

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

 span { border-color: rgb(171,70,64); }

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