Html Css Color HEX #A99895 Thatch

📋 copy color: '#A99895'

red 169 ◦ green 152 ◦ blue 149

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

Shades of Thatch #A99895

Tints of Thatch #A99895

RGB

 RED value IS 169 (66.41% from 255) = 35.96%

 GREEN value IS 152 (59.77% from 255) = 32.34%

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

R = 35.96%
G = 32.34%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A99895 (or 0xA99895) is known color: Thatch. HEX triplet: A9, 98 and 95. RGB value is (169,152,149). Sum of RGB (Red+Green+Blue) = 169+152+149=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 149 (58.59% from 255 or 31.70% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A99895 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99895 is #56676A. Grayscale: #9C9C9C. Windows color (decimal): -5662571 or 9803945. OLE color: 9803945.

HSL color Cylindrical-coordinate representation of color #A99895: hue angle of 9º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A99895 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 152 149 -
CMYK 0 0.10 0.12 0.34
HSL 0.1% 0.62% -
HSV(B) 0.12% 0.66% -
XYZ 33.02 33.06 33.08 -
YUV 156.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 169 152 149 0 0.10 0.12 0.34 9 0.1 0.62
Hex A9 98 95 0 A C 22 9 A 3E
Octal 251 230 225 0 12 14 42 11 12 76
Binary 10101001 10011000 10010101 0 1010 1100 100010 1001 1010 111110

Color Harmonies of #A99895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99895

Black with #A99895

Text Example


Text Example

White with #A99895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99895; }

 p { color: rgb(169,152,149); }

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

background-color css

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

 a { background-color: rgb(169,152,149); }

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

border-color css

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

 span { border-color: rgb(169,152,149); }

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