#A84746

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

Shades of Roof Terracotta #A84746

Tints of Roof Terracotta #A84746

Color information

#A84746 (or 0xA84746) is unknown color: approx Roof Terracotta. HEX triplet: A8, 47 and 46. RGB value is (168,71,70). Sum of RGB (Red+Green+Blue) = 168+71+70=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84746 is #57B8B9. Grayscale: #636363. Windows color (decimal): -5748922 or 4605864. OLE color: 4605864.

HSL color Cylindrical-coordinate representation of color #A84746: hue angle of 0.61º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A84746 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB1687170-
CMYK00.580.580.34
HSL0.61º41.18%46.67%-
HSV(B)0.61º58.33%65.88%-
XYZ19.5113.277.33-
YUV99.89111.14176.58-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 70 (27.73% from 255) = 22.65%
R=54.37%
G=22.98%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168717000.580.580.340.6141.1846.67
HexA8474603A3A221292f
Octal250107106072724215157
Binary101010001000111100011001110101110101000101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84746; }

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

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

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

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

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

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

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

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