#A2918D

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

Shades of Thatch #A2918D

Tints of Thatch #A2918D

Color information

#A2918D (or 0xA2918D) is unknown color: approx Thatch. HEX triplet: A2, 91 and 8D. RGB value is (162,145,141). Sum of RGB (Red+Green+Blue) = 162+145+141=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 162 - color contains mainly: red. Hex color #A2918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2918D is #5D6E72. Grayscale: #959595. Windows color (decimal): -6123123 or 9277858. OLE color: 9277858.

HSL color Cylindrical-coordinate representation of color #A2918D: hue angle of 11.43º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2918D is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB162145141-
CMYK00.100.130.36
HSL11.43º10.14%59.41%-
HSV(B)11.43º12.96%63.53%-
XYZ29.8329.8629.39-
YUV149.63123.13136.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=36.16%
G=32.37%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214514100.100.130.3611.4310.1459.41
HexA2918D0AD24ba3b
Octal2422212150121544131273
Binary10100010100100011000110101010110110010010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2918D; }

 p { color: rgb(162,145,141); }

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

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

 a { background-color: rgb(162,145,141); }

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

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

 span { border-color: rgb(162,145,141); }

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