Html Css Color HEX #A4909B Shady Lady

📋 copy color: '#A4909B'

red 164 ◦ green 144 ◦ blue 155

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

Shades of Shady Lady #A4909B

Tints of Shady Lady #A4909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.1%

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

R = 35.42%
G = 31.1%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4909B (or 0xA4909B) is known color: Shady Lady. HEX triplet: A4, 90 and 9B. RGB value is (164,144,155). Sum of RGB (Red+Green+Blue) = 164+144+155=463 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.42% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 155 (60.94% from 255 or 33.48% from 463); Max value from RGB is 164 - color contains mainly: red. Hex color #A4909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4909B is #5B6F64. Grayscale: #979797. Windows color (decimal): -5992293 or 10195108. OLE color: 10195108.

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

Color convert

RGB 164 144 155 -
CMYK 0 0.12 0.05 0.36
HSL 327º 0.1% 0.6% -
HSV(B) 327º 0.12% 0.64% -
XYZ 31.2 30.21 35.2 -
YUV 151.23 130.13 137.11 -
System Red Green Blue C M Y K H S L
Decimal 164 144 155 0 0.12 0.05 0.36 327 0.1 0.6
Hex A4 90 9B 0 C 5 24 147 A 3C
Octal 244 220 233 0 14 5 44 507 12 74
Binary 10100100 10010000 10011011 0 1100 101 100100 101000111 1010 111100

Color Harmonies of #A4909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4909B

Black with #A4909B

Text Example


Text Example

White with #A4909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4909B; }

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

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

background-color css

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

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

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

border-color css

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

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

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