Html Css Color HEX #A599AE East Side

📋 copy color: '#A599AE'

red 165 ◦ green 153 ◦ blue 174

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

Shades of East Side #A599AE

Tints of East Side #A599AE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.1%

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

R = 33.54%
G = 31.1%
B = 35.37%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A599AE (or 0xA599AE) is known color: East Side. HEX triplet: A5, 99 and AE. RGB value is (165,153,174). Sum of RGB (Red+Green+Blue) = 165+153+174=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 174 - color contains mainly: blue. Hex color #A599AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AE is #5A6651. Grayscale: #9E9E9E. Windows color (decimal): -5924434 or 11442597. OLE color: 11442597.

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

Color convert

RGB 165 153 174 -
CMYK 0.05 0.12 0 0.32
HSL 274.29º 0.11% 0.64% -
HSV(B) 274.29º 0.12% 0.68% -
XYZ 34.55 33.84 44.75 -
YUV 158.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 165 153 174 0.05 0.12 0 0.32 274.29 0.11 0.64
Hex A5 99 AE 5 C 0 20 112 B 40
Octal 245 231 256 5 14 0 40 422 13 100
Binary 10100101 10011001 10101110 101 1100 0 100000 100010010 1011 1000000

Color Harmonies of #A599AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599AE

Black with #A599AE

Text Example


Text Example

White with #A599AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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