Html Css Color HEX #A599AB East Side

📋 copy color: '#A599AB'

red 165 ◦ green 153 ◦ blue 171

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

Shades of East Side #A599AB

Tints of East Side #A599AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.97%

R = 33.74%
G = 31.29%
B = 34.97%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A599AB (or 0xA599AB) is known color: East Side. HEX triplet: A5, 99 and AB. RGB value is (165,153,171). Sum of RGB (Red+Green+Blue) = 165+153+171=489 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.74% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 171 - color contains mainly: blue. Hex color #A599AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A599AB is #5A6654. Grayscale: #9E9E9E. Windows color (decimal): -5924437 or 11245989. OLE color: 11245989.

HSL color Cylindrical-coordinate representation of color #A599AB: hue angle of 280º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A599AB is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 153 171 -
CMYK 0.04 0.11 0 0.33
HSL 280º 0.1% 0.64% -
HSV(B) 280º 0.11% 0.67% -
XYZ 34.26 33.72 43.23 -
YUV 158.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 165 153 171 0.04 0.11 0 0.33 280 0.1 0.64
Hex A5 99 AB 4 B 0 21 118 A 40
Octal 245 231 253 4 13 0 41 430 12 100
Binary 10100101 10011001 10101011 100 1011 0 100001 100011000 1010 1000000

Color Harmonies of #A599AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A599AB

Black with #A599AB

Text Example


Text Example

White with #A599AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A599AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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