#A04D47

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

Shades of Roof Terracotta #A04D47

Tints of Roof Terracotta #A04D47

Color information

#A04D47 (or 0xA04D47) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4D and 47. RGB value is (160,77,71). Sum of RGB (Red+Green+Blue) = 160+77+71=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D47 is #5FB2B8. Grayscale: #656565. Windows color (decimal): -6271673 or 4672928. OLE color: 4672928.

HSL color Cylindrical-coordinate representation of color #A04D47: hue angle of 4.04º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A04D47 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1607771-
CMYK00.520.560.37
HSL4.04º38.53%45.29%-
HSV(B)4.04º55.62%62.75%-
XYZ18.2913.247.55-
YUV101.13111169.99-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 77 (30.47% from 255) = 25%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=51.95%
G=25%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160777100.520.560.374.0438.5345.29
HexA04D4703438254272d
Octal240115107064704544755
Binary10100000100110110001110110100111000100101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D47; }

 p { color: rgb(160,77,71); }

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

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

 a { background-color: rgb(160,77,71); }

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

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

 span { border-color: rgb(160,77,71); }

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