Html Css Color HEX #A59FAB East Side

📋 copy color: '#A59FAB'

red 165 ◦ green 159 ◦ blue 171

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

Shades of East Side #A59FAB

Tints of East Side #A59FAB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.12%

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

R = 33.33%
G = 32.12%
B = 34.55%

CMYK

 C value IS 0.04

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59FAB (or 0xA59FAB) is known color: East Side. HEX triplet: A5, 9F and AB. RGB value is (165,159,171). Sum of RGB (Red+Green+Blue) = 165+159+171=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #A59FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59FAB is #5A6054. Grayscale: #A2A2A2. Windows color (decimal): -5922901 or 11247525. OLE color: 11247525.

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

Color convert

RGB 165 159 171 -
CMYK 0.04 0.07 0 0.33
HSL 270º 0.07% 0.65% -
HSV(B) 270º 0.07% 0.67% -
XYZ 35.27 35.74 43.57 -
YUV 162.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 165 159 171 0.04 0.07 0 0.33 270 0.07 0.65
Hex A5 9F AB 4 7 0 21 10E 7 41
Octal 245 237 253 4 7 0 41 416 7 101
Binary 10100101 10011111 10101011 100 111 0 100001 100001110 111 1000001

Color Harmonies of #A59FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59FAB

Black with #A59FAB

Text Example


Text Example

White with #A59FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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