Html Css Color HEX #A5989E Shady Lady

📋 copy color: '#A5989E'

red 165 ◦ green 152 ◦ blue 158

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

Shades of Shady Lady #A5989E

Tints of Shady Lady #A5989E

RGB

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

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

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

R = 34.74%
G = 32%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#A5989E (or 0xA5989E) is known color: Shady Lady. HEX triplet: A5, 98 and 9E. RGB value is (165,152,158). Sum of RGB (Red+Green+Blue) = 165+152+158=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 165 - color contains mainly: red. Hex color #A5989E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5989E is #5A6761. Grayscale: #9C9C9C. Windows color (decimal): -5924706 or 10393765. OLE color: 10393765.

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

Color convert

RGB 165 152 158 -
CMYK 0 0.08 0.04 0.35
HSL 332.31º 0.07% 0.62% -
HSV(B) 332.31º 0.08% 0.65% -
XYZ 32.92 32.92 36.97 -
YUV 156.57 128.81 134.01 -
System Red Green Blue C M Y K H S L
Decimal 165 152 158 0 0.08 0.04 0.35 332.31 0.07 0.62
Hex A5 98 9E 0 8 4 23 14C 7 3E
Octal 245 230 236 0 10 4 43 514 7 76
Binary 10100101 10011000 10011110 0 1000 100 100011 101001100 111 111110

Color Harmonies of #A5989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5989E

Black with #A5989E

Text Example


Text Example

White with #A5989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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