Html Css Color HEX #A99499 Shady Lady

📋 copy color: '#A99499'

red 169 ◦ green 148 ◦ blue 153

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

Shades of Shady Lady #A99499

Tints of Shady Lady #A99499

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.34

RGB Variations

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

Color information

#A99499 (or 0xA99499) is known color: Shady Lady. HEX triplet: A9, 94 and 99. RGB value is (169,148,153). Sum of RGB (Red+Green+Blue) = 169+148+153=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 169 - color contains mainly: red. Hex color #A99499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99499 is #566B66. Grayscale: #9A9A9A. Windows color (decimal): -5663591 or 10065065. OLE color: 10065065.

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

Color convert

RGB 169 148 153 -
CMYK 0 0.12 0.09 0.34
HSL 345.71º 0.11% 0.62% -
HSV(B) 345.71º 0.12% 0.66% -
XYZ 32.7 31.91 34.57 -
YUV 154.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 169 148 153 0 0.12 0.09 0.34 345.71 0.11 0.62
Hex A9 94 99 0 C 9 22 15A B 3E
Octal 251 224 231 0 14 11 42 532 13 76
Binary 10101001 10010100 10011001 0 1100 1001 100010 101011010 1011 111110

Color Harmonies of #A99499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99499

Black with #A99499

Text Example


Text Example

White with #A99499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99499; }

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

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

background-color css

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

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

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

border-color css

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

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

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