Html Css Color HEX #A499A0 Shady Lady

📋 copy color: '#A499A0'

red 164 ◦ green 153 ◦ blue 160

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

Shades of Shady Lady #A499A0

Tints of Shady Lady #A499A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 34.38%
G = 32.08%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A499A0 (or 0xA499A0) is known color: Shady Lady. HEX triplet: A4, 99 and A0. RGB value is (164,153,160). Sum of RGB (Red+Green+Blue) = 164+153+160=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 164 - color contains mainly: red. Hex color #A499A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499A0 is #5B665F. Grayscale: #9D9D9D. Windows color (decimal): -5989984 or 10525092. OLE color: 10525092.

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

Color convert

RGB 164 153 160 -
CMYK 0 0.07 0.02 0.36
HSL 321.82º 0.06% 0.62% -
HSV(B) 321.82º 0.07% 0.64% -
XYZ 33.05 33.21 37.93 -
YUV 157.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 164 153 160 0 0.07 0.02 0.36 321.82 0.06 0.62
Hex A4 99 A0 0 7 2 24 142 6 3E
Octal 244 231 240 0 7 2 44 502 6 76
Binary 10100100 10011001 10100000 0 111 10 100100 101000010 110 111110

Color Harmonies of #A499A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499A0

Black with #A499A0

Text Example


Text Example

White with #A499A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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