#A04C47

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

Shades of Roof Terracotta #A04C47

Tints of Roof Terracotta #A04C47

Color information

#A04C47 (or 0xA04C47) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4C and 47. RGB value is (160,76,71). Sum of RGB (Red+Green+Blue) = 160+76+71=307 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.12% from 307); Green value is 76 (30.08% from 255 or 24.76% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C47 is #5FB3B8. Grayscale: #646464. Windows color (decimal): -6271929 or 4672672. OLE color: 4672672.

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

Color convert

RGB1607671-
CMYK00.520.560.37
HSL3.37º38.53%45.29%-
HSV(B)3.37º55.62%62.75%-
XYZ18.2213.17.53-
YUV100.55111.33170.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.12%
GREEN value IS 76 (30.08% from 255) = 24.76%
BLUE value IS 71 (28.12% from 255) = 23.13%
R=52.12%
G=24.76%
B=23.13%

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
Decimal160767100.520.560.373.3738.5345.29
HexA04C4703438253272d
Octal240114107064704534755
Binary1010000010011001000111011010011100010010111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C47; }

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

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

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

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

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

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

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

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