#A84845

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

Shades of Roof Terracotta #A84845

Tints of Roof Terracotta #A84845

Color information

#A84845 (or 0xA84845) is unknown color: approx Roof Terracotta. HEX triplet: A8, 48 and 45. RGB value is (168,72,69). Sum of RGB (Red+Green+Blue) = 168+72+69=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84845 is #57B7BA. Grayscale: #646464. Windows color (decimal): -5748667 or 4540584. OLE color: 4540584.

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

Color convert

RGB1687269-
CMYK00.570.590.34
HSL1.82º41.77%46.47%-
HSV(B)1.82º58.93%65.88%-
XYZ19.5413.397.18-
YUV100.36110.3176.24-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=54.37%
G=23.30%
B=22.33%

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
Decimal168726900.570.590.341.8241.7746.47
HexA848450393B2222a2e
Octal250110105071734225256
Binary1010100010010001000101011100111101110001010101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84845; }

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

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

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

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

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

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

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

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