Html Css Color HEX #A49795 Thatch

📋 copy color: '#A49795'

red 164 ◦ green 151 ◦ blue 149

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

Shades of Thatch #A49795

Tints of Thatch #A49795

RGB

 RED value IS 164 (64.45% from 255) = 35.34%

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

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

R = 35.34%
G = 32.54%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A49795 (or 0xA49795) is known color: Thatch. HEX triplet: A4, 97 and 95. RGB value is (164,151,149). Sum of RGB (Red+Green+Blue) = 164+151+149=464 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.34% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 149 (58.59% from 255 or 32.11% from 464); Max value from RGB is 164 - color contains mainly: red. Hex color #A49795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49795 is #5B686A. Grayscale: #9A9A9A. Windows color (decimal): -5990507 or 9803684. OLE color: 9803684.

HSL color Cylindrical-coordinate representation of color #A49795: hue angle of 8º degrees, saturation: 0.08, 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 #A49795 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 149 -
CMYK 0 0.08 0.09 0.36
HSL 0.08% 0.61% -
HSV(B) 0.09% 0.64% -
XYZ 31.8 32.2 32.97 -
YUV 154.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 164 151 149 0 0.08 0.09 0.36 8 0.08 0.61
Hex A4 97 95 0 8 9 24 8 8 3D
Octal 244 227 225 0 10 11 44 10 10 75
Binary 10100100 10010111 10010101 0 1000 1001 100100 1000 1000 111101

Color Harmonies of #A49795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49795

Black with #A49795

Text Example


Text Example

White with #A49795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49795; }

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

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

background-color css

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

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

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

border-color css

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

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

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