#A04E4E

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

Shades of Roof Terracotta #A04E4E

Tints of Roof Terracotta #A04E4E

Color information

#A04E4E (or 0xA04E4E) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4E and 4E. RGB value is (160,78,78). Sum of RGB (Red+Green+Blue) = 160+78+78=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E4E is #5FB1B1. Grayscale: #666666. Windows color (decimal): -6271410 or 5131936. OLE color: 5131936.

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

Color convert

RGB1607878-
CMYK00.510.510.37
HSL34.45%46.67%-
HSV(B)51.25%62.75%-
XYZ18.613.478.83-
YUV102.52114.17169-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.63%
GREEN value IS 78 (30.86% from 255) = 24.68%
BLUE value IS 78 (30.86% from 255) = 24.68%
R=50.63%
G=24.68%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160787800.510.510.37034.4546.67
HexA04E4E03333250222f
Octal240116116063634504257
Binary101000001001110100111001100111100111001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E4E; }

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

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

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

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

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

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

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

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