#AB4741

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

Shades of Roof Terracotta #AB4741

Tints of Roof Terracotta #AB4741

Color information

#AB4741 (or 0xAB4741) is unknown color: approx Roof Terracotta. HEX triplet: AB, 47 and 41. RGB value is (171,71,65). Sum of RGB (Red+Green+Blue) = 171+71+65=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 71 (28.12% from 255 or 23.13% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4741 is #54B8BE. Grayscale: #646464. Windows color (decimal): -5552319 or 4278187. OLE color: 4278187.

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

Color convert

RGB1717165-
CMYK00.580.620.33
HSL3.4º44.92%46.27%-
HSV(B)3.4º61.99%67.06%-
XYZ2013.556.56-
YUV100.22108.13178.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.70%
GREEN value IS 71 (28.12% from 255) = 23.13%
BLUE value IS 65 (25.78% from 255) = 21.17%
R=55.70%
G=23.13%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171716500.580.620.333.444.9246.27
HexAB474103A3E2132d2e
Octal253107101072764135556
Binary1010101110001111000001011101011111010000111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4741; }

 p { color: rgb(171,71,65); }

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

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

 a { background-color: rgb(171,71,65); }

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

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

 span { border-color: rgb(171,71,65); }

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