Html Css Color HEX #A4999B Shady Lady

📋 copy color: '#A4999B'

red 164 ◦ green 153 ◦ blue 155

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

Shades of Shady Lady #A4999B

Tints of Shady Lady #A4999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.84%

R = 34.75%
G = 32.42%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4999B (or 0xA4999B) is known color: Shady Lady. HEX triplet: A4, 99 and 9B. RGB value is (164,153,155). Sum of RGB (Red+Green+Blue) = 164+153+155=472 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.75% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 155 (60.94% from 255 or 32.84% from 472); Max value from RGB is 164 - color contains mainly: red. Hex color #A4999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4999B is #5B6664. Grayscale: #9C9C9C. Windows color (decimal): -5989989 or 10197412. OLE color: 10197412.

HSL color Cylindrical-coordinate representation of color #A4999B: hue angle of 349.09º 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 #A4999B is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 153 155 -
CMYK 0 0.07 0.05 0.36
HSL 349.09º 0.06% 0.62% -
HSV(B) 349.09º 0.07% 0.64% -
XYZ 32.62 33.04 35.67 -
YUV 156.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 164 153 155 0 0.07 0.05 0.36 349.09 0.06 0.62
Hex A4 99 9B 0 7 5 24 15D 6 3E
Octal 244 231 233 0 7 5 44 535 6 76
Binary 10100100 10011001 10011011 0 111 101 100100 101011101 110 111110

Color Harmonies of #A4999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4999B

Black with #A4999B

Text Example


Text Example

White with #A4999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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