Html Css Color HEX #A598AE East Side

📋 copy color: '#A598AE'

red 165 ◦ green 152 ◦ blue 174

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

Shades of East Side #A598AE

Tints of East Side #A598AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.44%

R = 33.6%
G = 30.96%
B = 35.44%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A598AE (or 0xA598AE) is known color: East Side. HEX triplet: A5, 98 and AE. RGB value is (165,152,174). Sum of RGB (Red+Green+Blue) = 165+152+174=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 174 - color contains mainly: blue. Hex color #A598AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A598AE is #5A6751. Grayscale: #9E9E9E. Windows color (decimal): -5924690 or 11442341. OLE color: 11442341.

HSL color Cylindrical-coordinate representation of color #A598AE: hue angle of 275.45º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A598AE is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 152 174 -
CMYK 0.05 0.13 0 0.32
HSL 275.45º 0.12% 0.64% -
HSV(B) 275.45º 0.13% 0.68% -
XYZ 34.39 33.51 44.7 -
YUV 158.4 136.81 132.71 -
System Red Green Blue C M Y K H S L
Decimal 165 152 174 0.05 0.13 0 0.32 275.45 0.12 0.64
Hex A5 98 AE 5 D 0 20 113 C 40
Octal 245 230 256 5 15 0 40 423 14 100
Binary 10100101 10011000 10101110 101 1101 0 100000 100010011 1100 1000000

Color Harmonies of #A598AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A598AE

Black with #A598AE

Text Example


Text Example

White with #A598AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A598AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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