Html Css Color HEX #A5999B Shady Lady

📋 copy color: '#A5999B'

red 165 ◦ green 153 ◦ blue 155

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

Shades of Shady Lady #A5999B

Tints of Shady Lady #A5999B

RGB

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

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

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

R = 34.88%
G = 32.35%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A5999B (or 0xA5999B) is known color: Shady Lady. HEX triplet: A5, 99 and 9B. RGB value is (165,153,155). Sum of RGB (Red+Green+Blue) = 165+153+155=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 155 (60.94% from 255 or 32.77% from 473); Max value from RGB is 165 - color contains mainly: red. Hex color #A5999B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5999B is #5A6664. Grayscale: #9C9C9C. Windows color (decimal): -5924453 or 10197413. OLE color: 10197413.

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

Color convert

RGB 165 153 155 -
CMYK 0 0.07 0.06 0.35
HSL 350º 0.06% 0.62% -
HSV(B) 350º 0.07% 0.65% -
XYZ 32.82 33.15 35.68 -
YUV 156.82 126.98 133.84 -
System Red Green Blue C M Y K H S L
Decimal 165 153 155 0 0.07 0.06 0.35 350 0.06 0.62
Hex A5 99 9B 0 7 6 23 15E 6 3E
Octal 245 231 233 0 7 6 43 536 6 76
Binary 10100101 10011001 10011011 0 111 110 100011 101011110 110 111110

Color Harmonies of #A5999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5999B

Black with #A5999B

Text Example


Text Example

White with #A5999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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