Html Css Color HEX #A29997 Thatch

📋 copy color: '#A29997'

red 162 ◦ green 153 ◦ blue 151

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

Shades of Thatch #A29997

Tints of Thatch #A29997

RGB

 RED value IS 162 (63.67% from 255) = 34.76%

 GREEN value IS 153 (60.16% from 255) = 32.83%

 BLUE value IS 151 (59.38% from 255) = 32.4%

R = 34.76%
G = 32.83%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A29997 (or 0xA29997) is known color: Thatch. HEX triplet: A2, 99 and 97. RGB value is (162,153,151). Sum of RGB (Red+Green+Blue) = 162+153+151=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 153 (60.16% from 255 or 32.83% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 162 - color contains mainly: red. Hex color #A29997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29997 is #5D6668. Grayscale: #9B9B9B. Windows color (decimal): -6121065 or 9935266. OLE color: 9935266.

HSL color Cylindrical-coordinate representation of color #A29997: hue angle of 10.91º 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 #A29997 is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 153 151 -
CMYK 0 0.06 0.07 0.36
HSL 10.91º 0.06% 0.61% -
HSV(B) 10.91º 0.07% 0.64% -
XYZ 31.88 32.7 33.91 -
YUV 155.46 125.48 132.66 -
System Red Green Blue C M Y K H S L
Decimal 162 153 151 0 0.06 0.07 0.36 10.91 0.06 0.61
Hex A2 99 97 0 6 7 24 B 6 3D
Octal 242 231 227 0 6 7 44 13 6 75
Binary 10100010 10011001 10010111 0 110 111 100100 1011 110 111101

Color Harmonies of #A29997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29997

Black with #A29997

Text Example


Text Example

White with #A29997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29997; }

 p { color: rgb(162,153,151); }

 H1.HeaderClassName
 {
   color: #A29997;
 }
 .AnyTagClassName
 {
   color: #A29997;
 }
</style>

background-color css

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

 a { background-color: rgb(162,153,151); }

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

border-color css

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

 span { border-color: rgb(162,153,151); }

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