Html Css Color HEX #A59BAC East Side

📋 copy color: '#A59BAC'

red 165 ◦ green 155 ◦ blue 172

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

Shades of East Side #A59BAC

Tints of East Side #A59BAC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.5%

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

R = 33.54%
G = 31.5%
B = 34.96%

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

#A59BAC (or 0xA59BAC) is known color: East Side. HEX triplet: A5, 9B and AC. RGB value is (165,155,172). Sum of RGB (Red+Green+Blue) = 165+155+172=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #A59BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59BAC is #5A6453. Grayscale: #9F9F9F. Windows color (decimal): -5923924 or 11312037. OLE color: 11312037.

HSL color Cylindrical-coordinate representation of color #A59BAC: hue angle of 275.29º 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 #A59BAC is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 155 172 -
CMYK 0.04 0.10 0 0.33
HSL 275.29º 0.09% 0.64% -
HSV(B) 275.29º 0.1% 0.67% -
XYZ 34.68 34.42 43.85 -
YUV 159.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 165 155 172 0.04 0.10 0 0.33 275.29 0.09 0.64
Hex A5 9B AC 4 A 0 21 113 9 40
Octal 245 233 254 4 12 0 41 423 11 100
Binary 10100101 10011011 10101100 100 1010 0 100001 100010011 1001 1000000

Color Harmonies of #A59BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59BAC

Black with #A59BAC

Text Example


Text Example

White with #A59BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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