#A04D41

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

Shades of Roof Terracotta #A04D41

Tints of Roof Terracotta #A04D41

Color information

#A04D41 (or 0xA04D41) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4D and 41. RGB value is (160,77,65). Sum of RGB (Red+Green+Blue) = 160+77+65=302 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.98% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D41 is #5FB2BE. Grayscale: #646464. Windows color (decimal): -6271679 or 4279712. OLE color: 4279712.

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

Color convert

RGB1607765-
CMYK00.520.590.37
HSL7.58º42.22%44.12%-
HSV(B)7.58º59.38%62.75%-
XYZ18.1113.166.59-
YUV100.45108170.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 52.98%
GREEN value IS 77 (30.47% from 255) = 25.50%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=52.98%
G=25.50%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160776500.520.590.377.5842.2244.12
HexA04D410343B2582a2c
Octal2401151010647345105254
Binary101000001001101100000101101001110111001011000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04D41; }

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

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

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

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

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

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

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

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