#A84040

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

Shades of Roof Terracotta #A84040

Tints of Roof Terracotta #A84040

Color information

#A84040 (or 0xA84040) is unknown color: approx Roof Terracotta. HEX triplet: A8, 40 and 40. RGB value is (168,64,64). Sum of RGB (Red+Green+Blue) = 168+64+64=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A84040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84040 is #57BFBF. Grayscale: #5F5F5F. Windows color (decimal): -5750720 or 4210856. OLE color: 4210856.

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

Color convert

RGB1686464-
CMYK00.620.620.34
HSL44.83%45.49%-
HSV(B)61.9%65.88%-
XYZ18.9112.366.24-
YUV95.1110.46180-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 64 (25.39% from 255) = 21.62%
R=56.76%
G=21.62%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168646400.620.620.34044.8345.49
HexA8404003E3E2202d2d
Octal250100100076764205555
Binary101010001000000100000001111101111101000100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84040; }

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

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

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

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

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

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

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

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