#A04847

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

Shades of Roof Terracotta #A04847

Tints of Roof Terracotta #A04847

Color information

#A04847 (or 0xA04847) is unknown color: approx Roof Terracotta. HEX triplet: A0, 48 and 47. RGB value is (160,72,71). Sum of RGB (Red+Green+Blue) = 160+72+71=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A04847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04847 is #5FB7B8. Grayscale: #626262. Windows color (decimal): -6272953 or 4671648. OLE color: 4671648.

HSL color Cylindrical-coordinate representation of color #A04847: hue angle of 0.67º 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 #A04847 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB1607271-
CMYK00.550.560.37
HSL0.67º38.53%45.29%-
HSV(B)0.67º55.62%62.75%-
XYZ17.9512.567.44-
YUV98.2112.65172.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=52.81%
G=23.76%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.56
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160727100.550.560.370.6738.5345.29
HexA0484703738251272d
Octal240110107067704514755
Binary101000001001000100011101101111110001001011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04847; }

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

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

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

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

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

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

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

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