#A04E41

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

Shades of Roof Terracotta #A04E41

Tints of Roof Terracotta #A04E41

Color information

#A04E41 (or 0xA04E41) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4E and 41. RGB value is (160,78,65). Sum of RGB (Red+Green+Blue) = 160+78+65=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04E41 is #5FB1BE. Grayscale: #656565. Windows color (decimal): -6271423 or 4279968. OLE color: 4279968.

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

Color convert

RGB1607865-
CMYK00.510.590.37
HSL8.21º42.22%44.12%-
HSV(B)8.21º59.38%62.75%-
XYZ18.1813.36.61-
YUV101.04107.67170.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.81%
GREEN value IS 78 (30.86% from 255) = 25.74%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=52.81%
G=25.74%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160786500.510.590.378.2142.2244.12
HexA04E410333B2582a2c
Octal2401161010637345105254
Binary101000001001110100000101100111110111001011000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E41; }

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

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

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

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

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

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

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

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