Html Css Color HEX #A99994 Thatch

📋 copy color: '#A99994'

red 169 ◦ green 153 ◦ blue 148

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

Shades of Thatch #A99994

Tints of Thatch #A99994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.49%

R = 35.96%
G = 32.55%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#A99994 (or 0xA99994) is known color: Thatch. HEX triplet: A9, 99 and 94. RGB value is (169,153,148). Sum of RGB (Red+Green+Blue) = 169+153+148=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A99994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99994 is #56666B. Grayscale: #9D9D9D. Windows color (decimal): -5662316 or 9738665. OLE color: 9738665.

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

Color convert

RGB 169 153 148 -
CMYK 0 0.09 0.12 0.34
HSL 14.29º 0.11% 0.62% -
HSV(B) 14.29º 0.12% 0.66% -
XYZ 33.1 33.36 32.71 -
YUV 157.21 122.8 136.41 -
System Red Green Blue C M Y K H S L
Decimal 169 153 148 0 0.09 0.12 0.34 14.29 0.11 0.62
Hex A9 99 94 0 9 C 22 E B 3E
Octal 251 231 224 0 11 14 42 16 13 76
Binary 10101001 10011001 10010100 0 1001 1100 100010 1110 1011 111110

Color Harmonies of #A99994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99994

Black with #A99994

Text Example


Text Example

White with #A99994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99994; }

 p { color: rgb(169,153,148); }

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

background-color css

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

 a { background-color: rgb(169,153,148); }

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

border-color css

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

 span { border-color: rgb(169,153,148); }

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