#A29896

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

Shades of Thatch #A29896

Tints of Thatch #A29896

Color information

#A29896 (or 0xA29896) is unknown color: approx Thatch. HEX triplet: A2, 98 and 96. RGB value is (162,152,150). Sum of RGB (Red+Green+Blue) = 162+152+150=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 162 - color contains mainly: red. Hex color #A29896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29896 is #5D6769. Grayscale: #9A9A9A. Windows color (decimal): -6121322 or 9869474. OLE color: 9869474.

HSL color Cylindrical-coordinate representation of color #A29896: hue angle of 10º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A29896 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB162152150-
CMYK00.060.070.36
HSL10º6.06%61.18%-
HSV(B)10º7.41%63.53%-
XYZ31.6332.3433.43-
YUV154.76125.31133.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 152 (59.77% from 255) = 32.76%
BLUE value IS 150 (58.98% from 255) = 32.33%
R=34.91%
G=32.76%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215215000.060.070.36106.0661.18
HexA2989606724a63d
Octal2422302260674412675
Binary10100010100110001001011001101111001001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29896; }

 p { color: rgb(162,152,150); }

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

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

 a { background-color: rgb(162,152,150); }

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

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

 span { border-color: rgb(162,152,150); }

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