Html Css Color HEX #A5989D Shady Lady

📋 copy color: '#A5989D'

red 165 ◦ green 152 ◦ blue 157

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

Shades of Shady Lady #A5989D

Tints of Shady Lady #A5989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.07%

 BLUE value IS 157 (61.72% from 255) = 33.12%

R = 34.81%
G = 32.07%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A5989D (or 0xA5989D) is known color: Shady Lady. HEX triplet: A5, 98 and 9D. RGB value is (165,152,157). Sum of RGB (Red+Green+Blue) = 165+152+157=474 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.81% from 474); Green value is 152 (59.77% from 255 or 32.07% from 474); Blue value is 157 (61.72% from 255 or 33.12% from 474); Max value from RGB is 165 - color contains mainly: red. Hex color #A5989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5989D is #5A6762. Grayscale: #9C9C9C. Windows color (decimal): -5924707 or 10328229. OLE color: 10328229.

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

Color convert

RGB 165 152 157 -
CMYK 0 0.08 0.05 0.35
HSL 336.92º 0.07% 0.62% -
HSV(B) 336.92º 0.08% 0.65% -
XYZ 32.83 32.89 36.52 -
YUV 156.46 128.31 134.09 -
System Red Green Blue C M Y K H S L
Decimal 165 152 157 0 0.08 0.05 0.35 336.92 0.07 0.62
Hex A5 98 9D 0 8 5 23 151 7 3E
Octal 245 230 235 0 10 5 43 521 7 76
Binary 10100101 10011000 10011101 0 1000 101 100011 101010001 111 111110

Color Harmonies of #A5989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5989D

Black with #A5989D

Text Example


Text Example

White with #A5989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5989D; }

 p { color: rgb(165,152,157); }

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

background-color css

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

 a { background-color: rgb(165,152,157); }

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

border-color css

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

 span { border-color: rgb(165,152,157); }

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