#A29692

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

Shades of Thatch #A29692

Tints of Thatch #A29692

Color information

#A29692 (or 0xA29692) is unknown color: approx Thatch. HEX triplet: A2, 96 and 92. RGB value is (162,150,146). Sum of RGB (Red+Green+Blue) = 162+150+146=458 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.37% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 146 (57.42% from 255 or 31.88% from 458); Max value from RGB is 162 - color contains mainly: red. Hex color #A29692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29692 is #5D696D. Grayscale: #999999. Windows color (decimal): -6121838 or 9606818. OLE color: 9606818.

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

Color convert

RGB162150146-
CMYK00.070.100.36
HSL15º7.92%60.39%-
HSV(B)15º9.88%63.53%-
XYZ30.9931.5731.65-
YUV153.13123.98134.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 35.37%
GREEN value IS 150 (58.98% from 255) = 32.75%
BLUE value IS 146 (57.42% from 255) = 31.88%
R=35.37%
G=32.75%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215014600.070.100.36157.9260.39
HexA2969207A24f83c
Octal242226222071244171074
Binary1010001010010110100100100111101010010011111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29692; }

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

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

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

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

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

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

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

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