#A04440

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

Shades of Roof Terracotta #A04440

Tints of Roof Terracotta #A04440

Color information

#A04440 (or 0xA04440) is unknown color: approx Roof Terracotta. HEX triplet: A0, 44 and 40. RGB value is (160,68,64). Sum of RGB (Red+Green+Blue) = 160+68+64=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A04440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04440 is #5FBBBF. Grayscale: #5F5F5F. Windows color (decimal): -6273984 or 4211872. OLE color: 4211872.

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

Color convert

RGB1606864-
CMYK00.570.60.37
HSL2.5º42.86%43.92%-
HSV(B)2.5º60%62.75%-
XYZ17.4911.986.24-
YUV95.05110.48174.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.79%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 64 (25.39% from 255) = 21.92%
R=54.79%
G=23.29%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160686400.570.60.372.542.8643.92
HexA044400393C2532b2c
Octal240104100071744535354
Binary1010000010001001000000011100111110010010111101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04440; }

 p { color: rgb(160,68,64); }

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

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

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

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

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

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

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