#A84945

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

Shades of Roof Terracotta #A84945

Tints of Roof Terracotta #A84945

Color information

#A84945 (or 0xA84945) is unknown color: approx Roof Terracotta. HEX triplet: A8, 49 and 45. RGB value is (168,73,69). Sum of RGB (Red+Green+Blue) = 168+73+69=310 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.19% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 69 (27.34% from 255 or 22.26% from 310); Max value from RGB is 168 - color contains mainly: red. Hex color #A84945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84945 is #57B6BA. Grayscale: #656565. Windows color (decimal): -5748411 or 4540840. OLE color: 4540840.

HSL color Cylindrical-coordinate representation of color #A84945: hue angle of 2.42º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A84945 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB1687369-
CMYK00.570.590.34
HSL2.42º41.77%46.47%-
HSV(B)2.42º58.93%65.88%-
XYZ19.6113.527.21-
YUV100.95109.97175.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.19%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 69 (27.34% from 255) = 22.26%
R=54.19%
G=23.55%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168736900.570.590.342.4241.7746.47
HexA849450393B2222a2e
Octal250111105071734225256
Binary1010100010010011000101011100111101110001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84945; }

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

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

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

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

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

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

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

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