Html Css Color HEX #A49AA0 Shady Lady

📋 copy color: '#A49AA0'

red 164 ◦ green 154 ◦ blue 160

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

Shades of Shady Lady #A49AA0

Tints of Shady Lady #A49AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.22%

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

R = 34.31%
G = 32.22%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.36

RGB Variations

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

Color information

#A49AA0 (or 0xA49AA0) is known color: Shady Lady. HEX triplet: A4, 9A and A0. RGB value is (164,154,160). Sum of RGB (Red+Green+Blue) = 164+154+160=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 154 (60.55% from 255 or 32.22% from 478); Blue value is 160 (62.89% from 255 or 33.47% from 478); Max value from RGB is 164 - color contains mainly: red. Hex color #A49AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49AA0 is #5B655F. Grayscale: #9D9D9D. Windows color (decimal): -5989728 or 10525348. OLE color: 10525348.

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

Color convert

RGB 164 154 160 -
CMYK 0 0.06 0.02 0.36
HSL 324º 0.05% 0.62% -
HSV(B) 324º 0.06% 0.64% -
XYZ 33.21 33.54 37.98 -
YUV 157.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 164 154 160 0 0.06 0.02 0.36 324 0.05 0.62
Hex A4 9A A0 0 6 2 24 144 5 3E
Octal 244 232 240 0 6 2 44 504 5 76
Binary 10100100 10011010 10100000 0 110 10 100100 101000100 101 111110

Color Harmonies of #A49AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49AA0

Black with #A49AA0

Text Example


Text Example

White with #A49AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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