Html Css Color HEX #A49996 Thatch

📋 copy color: '#A49996'

red 164 ◦ green 153 ◦ blue 150

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

Shades of Thatch #A49996

Tints of Thatch #A49996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.12%

R = 35.12%
G = 32.76%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A49996 (or 0xA49996) is known color: Thatch. HEX triplet: A4, 99 and 96. RGB value is (164,153,150). Sum of RGB (Red+Green+Blue) = 164+153+150=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 153 (60.16% from 255 or 32.76% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 164 - color contains mainly: red. Hex color #A49996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49996 is #5B6669. Grayscale: #9B9B9B. Windows color (decimal): -5989994 or 9869732. OLE color: 9869732.

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

Color convert

RGB 164 153 150 -
CMYK 0 0.07 0.09 0.36
HSL 12.86º 0.07% 0.62% -
HSV(B) 12.86º 0.09% 0.64% -
XYZ 32.21 32.88 33.5 -
YUV 155.95 124.64 133.74 -
System Red Green Blue C M Y K H S L
Decimal 164 153 150 0 0.07 0.09 0.36 12.86 0.07 0.62
Hex A4 99 96 0 7 9 24 D 7 3E
Octal 244 231 226 0 7 11 44 15 7 76
Binary 10100100 10011001 10010110 0 111 1001 100100 1101 111 111110

Color Harmonies of #A49996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49996

Black with #A49996

Text Example


Text Example

White with #A49996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49996; }

 p { color: rgb(164,153,150); }

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

background-color css

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

 a { background-color: rgb(164,153,150); }

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

border-color css

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

 span { border-color: rgb(164,153,150); }

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