Html Css Color HEX #A598A9 East Side

📋 copy color: '#A598A9'

red 165 ◦ green 152 ◦ blue 169

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

Shades of East Side #A598A9

Tints of East Side #A598A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.77%

R = 33.95%
G = 31.28%
B = 34.77%

CMYK

 C value IS 0.02

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A598A9 (or 0xA598A9) is known color: East Side. HEX triplet: A5, 98 and A9. RGB value is (165,152,169). Sum of RGB (Red+Green+Blue) = 165+152+169=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 169 - color contains mainly: blue. Hex color #A598A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598A9 is #5A6756. Grayscale: #9D9D9D. Windows color (decimal): -5924695 or 11114661. OLE color: 11114661.

HSL color Cylindrical-coordinate representation of color #A598A9: hue angle of 285.88º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A598A9 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 165 152 169 -
CMYK 0.02 0.10 0 0.34
HSL 285.88º 0.09% 0.63% -
HSV(B) 285.88º 0.1% 0.66% -
XYZ 33.91 33.32 42.18 -
YUV 157.83 134.31 133.12 -
System Red Green Blue C M Y K H S L
Decimal 165 152 169 0.02 0.10 0 0.34 285.88 0.09 0.63
Hex A5 98 A9 2 A 0 22 11E 9 3F
Octal 245 230 251 2 12 0 42 436 11 77
Binary 10100101 10011000 10101001 10 1010 0 100010 100011110 1001 111111

Color Harmonies of #A598A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598A9

Black with #A598A9

Text Example


Text Example

White with #A598A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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