#AB4943

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

Shades of Roof Terracotta #AB4943

Tints of Roof Terracotta #AB4943

Color information

#AB4943 (or 0xAB4943) is unknown color: approx Roof Terracotta. HEX triplet: AB, 49 and 43. RGB value is (171,73,67). Sum of RGB (Red+Green+Blue) = 171+73+67=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4943 is #54B6BC. Grayscale: #656565. Windows color (decimal): -5551805 or 4409771. OLE color: 4409771.

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

Color convert

RGB1717367-
CMYK00.570.610.33
HSL3.46º43.7%46.67%-
HSV(B)3.46º60.82%67.06%-
XYZ20.1913.836.92-
YUV101.62108.47177.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 67 (26.56% from 255) = 21.54%
R=54.98%
G=23.47%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171736700.570.610.333.4643.746.67
HexAB49430393D2132c2f
Octal253111103071754135457
Binary1010101110010011000011011100111110110000111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4943; }

 p { color: rgb(171,73,67); }

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

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

 a { background-color: rgb(171,73,67); }

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

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

 span { border-color: rgb(171,73,67); }

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