Html Css Color HEX #A29692 Thatch

📋 copy color: '#A29692'

red 162 ◦ green 150 ◦ blue 146

#A29692
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thatch #A29692

Tints of Thatch #A29692

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 value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A29692 (or 0xA29692) is known color: 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

RGB 162 150 146 -
CMYK 0 0.07 0.10 0.36
HSL 15º 0.08% 0.6% -
HSV(B) 15º 0.1% 0.64% -
XYZ 30.99 31.57 31.65 -
YUV 153.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 162 150 146 0 0.07 0.10 0.36 15 0.08 0.6
Hex A2 96 92 0 7 A 24 F 8 3C
Octal 242 226 222 0 7 12 44 17 10 74
Binary 10100010 10010110 10010010 0 111 1010 100100 1111 1000 111100

Color Harmonies of #A29692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29692

Black with #A29692

Text Example


Text Example

White with #A29692

Text Example


Text Example

HTML Codes & Css Web 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>