Html Css Color HEX #A5999E Shady Lady

📋 copy color: '#A5999E'

red 165 ◦ green 153 ◦ blue 158

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

Shades of Shady Lady #A5999E

Tints of Shady Lady #A5999E

RGB

 RED value IS 165 (64.84% from 255) = 34.66%

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

 BLUE value IS 158 (62.11% from 255) = 33.19%

R = 34.66%
G = 32.14%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5999E (or 0xA5999E) is known color: Shady Lady. HEX triplet: A5, 99 and 9E. RGB value is (165,153,158). Sum of RGB (Red+Green+Blue) = 165+153+158=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 158 (62.11% from 255 or 33.19% from 476); Max value from RGB is 165 - color contains mainly: red. Hex color #A5999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5999E is #5A6661. Grayscale: #9D9D9D. Windows color (decimal): -5924450 or 10394021. OLE color: 10394021.

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

Color convert

RGB 165 153 158 -
CMYK 0 0.07 0.04 0.35
HSL 335º 0.06% 0.62% -
HSV(B) 335º 0.07% 0.65% -
XYZ 33.08 33.25 37.02 -
YUV 157.16 128.48 133.59 -
System Red Green Blue C M Y K H S L
Decimal 165 153 158 0 0.07 0.04 0.35 335 0.06 0.62
Hex A5 99 9E 0 7 4 23 14F 6 3E
Octal 245 231 236 0 7 4 43 517 6 76
Binary 10100101 10011001 10011110 0 111 100 100011 101001111 110 111110

Color Harmonies of #A5999E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5999E

Black with #A5999E

Text Example


Text Example

White with #A5999E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5999E; }

 p { color: rgb(165,153,158); }

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

background-color css

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

 a { background-color: rgb(165,153,158); }

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

border-color css

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

 span { border-color: rgb(165,153,158); }

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