#A29693

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

Shades of Thatch #A29693

Tints of Thatch #A29693

Color information

#A29693 (or 0xA29693) is unknown color: approx Thatch. HEX triplet: A2, 96 and 93. RGB value is (162,150,147). Sum of RGB (Red+Green+Blue) = 162+150+147=459 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.29% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 147 (57.81% from 255 or 32.03% from 459); Max value from RGB is 162 - color contains mainly: red. Hex color #A29693 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29693 is #5D696C. Grayscale: #999999. Windows color (decimal): -6121837 or 9672354. OLE color: 9672354.

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

Color convert

RGB162150147-
CMYK00.070.090.36
HSL12º7.46%60.59%-
HSV(B)12º9.26%63.53%-
XYZ31.0731.632.07-
YUV153.25124.48134.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.29%
GREEN value IS 150 (58.98% from 255) = 32.68%
BLUE value IS 147 (57.81% from 255) = 32.03%
R=35.29%
G=32.68%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215014700.070.090.36127.4660.59
HexA2969307924c73d
Octal24222622307114414775
Binary101000101001011010010011011110011001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29693; }

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

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

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

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

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

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

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

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