#AB4842

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

Shades of Roof Terracotta #AB4842

Tints of Roof Terracotta #AB4842

Color information

#AB4842 (or 0xAB4842) is unknown color: approx Roof Terracotta. HEX triplet: AB, 48 and 42. RGB value is (171,72,66). Sum of RGB (Red+Green+Blue) = 171+72+66=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4842 is #54B7BD. Grayscale: #656565. Windows color (decimal): -5552062 or 4343979. OLE color: 4343979.

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

Color convert

RGB1717266-
CMYK00.580.610.33
HSL3.43º44.3%46.47%-
HSV(B)3.43º61.4%67.06%-
XYZ20.113.696.74-
YUV100.92108.3177.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.34%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=55.34%
G=23.30%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171726600.580.610.333.4344.346.47
HexAB484203A3D2132c2e
Octal253110102072754135456
Binary1010101110010001000010011101011110110000111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4842; }

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

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

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

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

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

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

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

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