#A84240

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

Shades of Roof Terracotta #A84240

Tints of Roof Terracotta #A84240

Color information

#A84240 (or 0xA84240) is unknown color: approx Roof Terracotta. HEX triplet: A8, 42 and 40. RGB value is (168,66,64). Sum of RGB (Red+Green+Blue) = 168+66+64=298 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.38% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 168 - color contains mainly: red. Hex color #A84240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84240 is #57BDBF. Grayscale: #606060. Windows color (decimal): -5750208 or 4211368. OLE color: 4211368.

HSL color Cylindrical-coordinate representation of color #A84240: hue angle of 1.15º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A84240 is Cyan = 0, Magento = 0.61, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB1686664-
CMYK00.610.620.34
HSL1.15º44.83%45.49%-
HSV(B)1.15º61.9%65.88%-
XYZ19.0212.596.28-
YUV96.27109.79179.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.38%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 64 (25.39% from 255) = 21.48%
R=56.38%
G=22.15%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168666400.610.620.341.1544.8345.49
HexA8424003D3E2212d2d
Octal250102100075764215555
Binary101010001000010100000001111011111101000101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84240; }

 p { color: rgb(168,66,64); }

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

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

 a { background-color: rgb(168,66,64); }

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

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

 span { border-color: rgb(168,66,64); }

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