#A04E4C

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

Shades of Roof Terracotta #A04E4C

Tints of Roof Terracotta #A04E4C

Color information

#A04E4C (or 0xA04E4C) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4E and 4C. RGB value is (160,78,76). Sum of RGB (Red+Green+Blue) = 160+78+76=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E4C is #5FB1B3. Grayscale: #666666. Windows color (decimal): -6271412 or 5000864. OLE color: 5000864.

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

Color convert

RGB1607876-
CMYK00.510.520.37
HSL1.43º35.59%46.27%-
HSV(B)1.43º52.5%62.75%-
XYZ18.5313.448.46-
YUV102.29113.17169.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.96%
GREEN value IS 78 (30.86% from 255) = 24.84%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=50.96%
G=24.84%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160787600.510.520.371.4335.5946.27
HexA04E4C03334251242e
Octal240116114063644514456
Binary101000001001110100110001100111101001001011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E4C; }

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

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

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

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

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

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

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

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