#A2918B

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

Shades of Thatch #A2918B

Tints of Thatch #A2918B

Color information

#A2918B (or 0xA2918B) is unknown color: approx Thatch. HEX triplet: A2, 91 and 8B. RGB value is (162,145,139). Sum of RGB (Red+Green+Blue) = 162+145+139=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A2918B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2918B is #5D6E74. Grayscale: #959595. Windows color (decimal): -6123125 or 9146786. OLE color: 9146786.

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

Color convert

RGB162145139-
CMYK00.100.140.36
HSL15.65º11%59.02%-
HSV(B)15.65º14.2%63.53%-
XYZ29.6929.828.61-
YUV149.4122.13136.99-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 139 (54.69% from 255) = 31.17%
R=36.32%
G=32.51%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16214513900.100.140.3615.651159.02
HexA2918B0AE2410b3b
Octal2422212130121644201373
Binary101000101001000110001011010101110100100100001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2918B; }

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

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

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

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

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

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

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

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