Html Css Color HEX #A29795 Thatch

📋 copy color: '#A29795'

red 162 ◦ green 151 ◦ blue 149

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

Shades of Thatch #A29795

Tints of Thatch #A29795

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.68%

 BLUE value IS 149 (58.59% from 255) = 32.25%

R = 35.06%
G = 32.68%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.36

RGB Variations

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

Color information

#A29795 (or 0xA29795) is known color: Thatch. HEX triplet: A2, 97 and 95. RGB value is (162,151,149). Sum of RGB (Red+Green+Blue) = 162+151+149=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 149 (58.59% from 255 or 32.25% from 462); Max value from RGB is 162 - color contains mainly: red. Hex color #A29795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29795 is #5D686A. Grayscale: #9A9A9A. Windows color (decimal): -6121579 or 9803682. OLE color: 9803682.

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

Color convert

RGB 162 151 149 -
CMYK 0 0.07 0.08 0.36
HSL 9.23º 0.07% 0.61% -
HSV(B) 9.23º 0.08% 0.64% -
XYZ 31.39 31.98 32.95 -
YUV 154.06 125.14 133.66 -
System Red Green Blue C M Y K H S L
Decimal 162 151 149 0 0.07 0.08 0.36 9.23 0.07 0.61
Hex A2 97 95 0 7 8 24 9 7 3D
Octal 242 227 225 0 7 10 44 11 7 75
Binary 10100010 10010111 10010101 0 111 1000 100100 1001 111 111101

Color Harmonies of #A29795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29795

Black with #A29795

Text Example


Text Example

White with #A29795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29795; }

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

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

background-color css

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

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

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

border-color css

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

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

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