#A04544

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

Shades of Roof Terracotta #A04544

Tints of Roof Terracotta #A04544

Color information

#A04544 (or 0xA04544) is unknown color: approx Roof Terracotta. HEX triplet: A0, 45 and 44. RGB value is (160,69,68). Sum of RGB (Red+Green+Blue) = 160+69+68=297 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.87% from 297); Green value is 69 (27.34% from 255 or 23.23% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 160 - color contains mainly: red. Hex color #A04544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04544 is #5FBABB. Grayscale: #606060. Windows color (decimal): -6273724 or 4474272. OLE color: 4474272.

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

Color convert

RGB1606968-
CMYK00.570.570.37
HSL0.65º40.35%44.71%-
HSV(B)0.65º57.5%62.75%-
XYZ17.6712.156.88-
YUV96.09112.15173.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.87%
GREEN value IS 69 (27.34% from 255) = 23.23%
BLUE value IS 68 (26.95% from 255) = 22.90%
R=53.87%
G=23.23%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160696800.570.570.370.6540.3544.71
HexA0454403939251282d
Octal240105104071714515055
Binary101000001000101100010001110011110011001011101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04544; }

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

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

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

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

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

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

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

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