#A84645

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

Shades of Roof Terracotta #A84645

Tints of Roof Terracotta #A84645

Color information

#A84645 (or 0xA84645) is unknown color: approx Roof Terracotta. HEX triplet: A8, 46 and 45. RGB value is (168,70,69). Sum of RGB (Red+Green+Blue) = 168+70+69=307 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.72% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 168 - color contains mainly: red. Hex color #A84645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84645 is #57B9BA. Grayscale: #636363. Windows color (decimal): -5749179 or 4540072. OLE color: 4540072.

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

Color convert

RGB1687069-
CMYK00.580.590.34
HSL0.61º41.77%46.47%-
HSV(B)0.61º58.93%65.88%-
XYZ19.4113.137.14-
YUV99.19110.97177.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.72%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 69 (27.34% from 255) = 22.48%
R=54.72%
G=22.80%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168706900.580.590.340.6141.7746.47
HexA8464503A3B2212a2e
Octal250106105072734215256
Binary101010001000110100010101110101110111000101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84645; }

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

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

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

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

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

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

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

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