Html Css Color HEX #A598A1 Shady Lady

📋 copy color: '#A598A1'

red 165 ◦ green 152 ◦ blue 161

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

Shades of Shady Lady #A598A1

Tints of Shady Lady #A598A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.68%

R = 34.52%
G = 31.8%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.35

RGB Variations

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

Color information

#A598A1 (or 0xA598A1) is known color: Shady Lady. HEX triplet: A5, 98 and A1. RGB value is (165,152,161). Sum of RGB (Red+Green+Blue) = 165+152+161=478 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.52% from 478); Green value is 152 (59.77% from 255 or 31.80% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 165 - color contains mainly: red. Hex color #A598A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598A1 is #5A675E. Grayscale: #9C9C9C. Windows color (decimal): -5924703 or 10590373. OLE color: 10590373.

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

Color convert

RGB 165 152 161 -
CMYK 0 0.08 0.02 0.35
HSL 318.46º 0.07% 0.62% -
HSV(B) 318.46º 0.08% 0.65% -
XYZ 33.18 33.03 38.34 -
YUV 156.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 165 152 161 0 0.08 0.02 0.35 318.46 0.07 0.62
Hex A5 98 A1 0 8 2 23 13E 7 3E
Octal 245 230 241 0 10 2 43 476 7 76
Binary 10100101 10011000 10100001 0 1000 10 100011 100111110 111 111110

Color Harmonies of #A598A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598A1

Black with #A598A1

Text Example


Text Example

White with #A598A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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