#A0473F

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

Shades of Roof Terracotta #A0473F

Tints of Roof Terracotta #A0473F

Color information

#A0473F (or 0xA0473F) is unknown color: approx Roof Terracotta. HEX triplet: A0, 47 and 3F. RGB value is (160,71,63). Sum of RGB (Red+Green+Blue) = 160+71+63=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A0473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0473F is #5FB8C0. Grayscale: #606060. Windows color (decimal): -6273217 or 4147104. OLE color: 4147104.

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

Color convert

RGB1607163-
CMYK00.560.610.37
HSL4.95º43.5%43.73%-
HSV(B)4.95º60.62%62.75%-
XYZ17.6512.346.15-
YUV96.7108.99173.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.42%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 63 (25% from 255) = 21.43%
R=54.42%
G=24.15%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160716300.560.610.374.9543.543.73
HexA0473F0383D2552b2c
Octal24010777070754555354
Binary1010000010001111111110111000111101100101101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0473F; }

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

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

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

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

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

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

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

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