Html Css Color HEX #A59AAB East Side

📋 copy color: '#A59AAB'

red 165 ◦ green 154 ◦ blue 171

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

Shades of East Side #A59AAB

Tints of East Side #A59AAB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.43%

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

R = 33.67%
G = 31.43%
B = 34.9%

CMYK

 C value IS 0.04

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59AAB (or 0xA59AAB) is known color: East Side. HEX triplet: A5, 9A and AB. RGB value is (165,154,171). Sum of RGB (Red+Green+Blue) = 165+154+171=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 171 (67.19% from 255 or 34.90% from 490); Max value from RGB is 171 - color contains mainly: blue. Hex color #A59AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59AAB is #5A6554. Grayscale: #9F9F9F. Windows color (decimal): -5924181 or 11246245. OLE color: 11246245.

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

Color convert

RGB 165 154 171 -
CMYK 0.04 0.10 0 0.33
HSL 278.82º 0.09% 0.64% -
HSV(B) 278.82º 0.1% 0.67% -
XYZ 34.42 34.05 43.29 -
YUV 159.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 165 154 171 0.04 0.10 0 0.33 278.82 0.09 0.64
Hex A5 9A AB 4 A 0 21 117 9 40
Octal 245 232 253 4 12 0 41 427 11 100
Binary 10100101 10011010 10101011 100 1010 0 100001 100010111 1001 1000000

Color Harmonies of #A59AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59AAB

Black with #A59AAB

Text Example


Text Example

White with #A59AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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