#A84540

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

Shades of Roof Terracotta #A84540

Tints of Roof Terracotta #A84540

Color information

#A84540 (or 0xA84540) is unknown color: approx Roof Terracotta. HEX triplet: A8, 45 and 40. RGB value is (168,69,64). Sum of RGB (Red+Green+Blue) = 168+69+64=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A84540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84540 is #57BABF. Grayscale: #626262. Windows color (decimal): -5749440 or 4212136. OLE color: 4212136.

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

Color convert

RGB1686964-
CMYK00.590.620.34
HSL2.88º44.83%45.49%-
HSV(B)2.88º61.9%65.88%-
XYZ19.212.956.34-
YUV98.03108.8177.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 69 (27.34% from 255) = 22.92%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=55.81%
G=22.92%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168696400.590.620.342.8844.8345.49
HexA8454003B3E2232d2d
Octal250105100073764235555
Binary1010100010001011000000011101111111010001011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84540; }

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

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

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

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

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

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

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

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