Html Css Color HEX #A59EAC East Side

📋 copy color: '#A59EAC'

red 165 ◦ green 158 ◦ blue 172

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

Shades of East Side #A59EAC

Tints of East Side #A59EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.92%

 BLUE value IS 172 (67.58% from 255) = 34.75%

R = 33.33%
G = 31.92%
B = 34.75%

CMYK

 C value IS 0.04

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A59EAC (or 0xA59EAC) is known color: East Side. HEX triplet: A5, 9E and AC. RGB value is (165,158,172). Sum of RGB (Red+Green+Blue) = 165+158+172=495 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.33% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59EAC is #5A6153. Grayscale: #A1A1A1. Windows color (decimal): -5923156 or 11312805. OLE color: 11312805.

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

Color convert

RGB 165 158 172 -
CMYK 0.04 0.08 0 0.33
HSL 270º 0.08% 0.65% -
HSV(B) 270º 0.08% 0.67% -
XYZ 35.19 35.43 44.01 -
YUV 161.69 133.82 130.36 -
System Red Green Blue C M Y K H S L
Decimal 165 158 172 0.04 0.08 0 0.33 270 0.08 0.65
Hex A5 9E AC 4 8 0 21 10E 8 41
Octal 245 236 254 4 10 0 41 416 10 101
Binary 10100101 10011110 10101100 100 1000 0 100001 100001110 1000 1000001

Color Harmonies of #A59EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59EAC

Black with #A59EAC

Text Example


Text Example

White with #A59EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59EAC; }

 p { color: rgb(165,158,172); }

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

background-color css

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

 a { background-color: rgb(165,158,172); }

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

border-color css

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

 span { border-color: rgb(165,158,172); }

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