#A04C41

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

Shades of Roof Terracotta #A04C41

Tints of Roof Terracotta #A04C41

Color information

#A04C41 (or 0xA04C41) is unknown color: approx Roof Terracotta. HEX triplet: A0, 4C and 41. RGB value is (160,76,65). Sum of RGB (Red+Green+Blue) = 160+76+65=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C41 is #5FB3BE. Grayscale: #636363. Windows color (decimal): -6271935 or 4279456. OLE color: 4279456.

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

Color convert

RGB1607665-
CMYK00.520.590.37
HSL6.95º42.22%44.12%-
HSV(B)6.95º59.38%62.75%-
XYZ18.0413.026.56-
YUV99.86108.33170.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 76 (30.08% from 255) = 25.25%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=53.16%
G=25.25%
B=21.59%

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
Decimal160766500.520.590.376.9542.2244.12
HexA04C410343B2572a2c
Octal240114101064734575254
Binary10100000100110010000010110100111011100101111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04C41; }

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

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

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

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

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

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

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

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