#A84740

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

Shades of Roof Terracotta #A84740

Tints of Roof Terracotta #A84740

Color information

#A84740 (or 0xA84740) is unknown color: approx Roof Terracotta. HEX triplet: A8, 47 and 40. RGB value is (168,71,64). Sum of RGB (Red+Green+Blue) = 168+71+64=303 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.45% from 303); Green value is 71 (28.12% from 255 or 23.43% from 303); Blue value is 64 (25.39% from 255 or 21.12% from 303); Max value from RGB is 168 - color contains mainly: red. Hex color #A84740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84740 is #57B8BF. Grayscale: #636363. Windows color (decimal): -5748928 or 4212648. OLE color: 4212648.

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

Color convert

RGB1687164-
CMYK00.580.620.34
HSL4.04º44.83%45.49%-
HSV(B)4.04º61.9%65.88%-
XYZ19.3313.26.38-
YUV99.2108.14177.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.45%
GREEN value IS 71 (28.12% from 255) = 23.43%
BLUE value IS 64 (25.39% from 255) = 21.12%
R=55.45%
G=23.43%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168716400.580.620.344.0444.8345.49
HexA8474003A3E2242d2d
Octal250107100072764245555
Binary10101000100011110000000111010111110100010100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84740; }

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

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

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

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

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

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

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

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