Html Css Color HEX #A596AB East Side

📋 copy color: '#A596AB'

red 165 ◦ green 150 ◦ blue 171

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

Shades of East Side #A596AB

Tints of East Side #A596AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.86%

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

R = 33.95%
G = 30.86%
B = 35.19%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A596AB (or 0xA596AB) is known color: East Side. HEX triplet: A5, 96 and AB. RGB value is (165,150,171). Sum of RGB (Red+Green+Blue) = 165+150+171=486 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.95% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 171 - color contains mainly: blue. Hex color #A596AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596AB is #5A6954. Grayscale: #9C9C9C. Windows color (decimal): -5925205 or 11245221. OLE color: 11245221.

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

Color convert

RGB 165 150 171 -
CMYK 0.04 0.12 0 0.33
HSL 282.86º 0.11% 0.63% -
HSV(B) 282.86º 0.12% 0.67% -
XYZ 33.77 32.75 43.07 -
YUV 156.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 165 150 171 0.04 0.12 0 0.33 282.86 0.11 0.63
Hex A5 96 AB 4 C 0 21 11B B 3F
Octal 245 226 253 4 14 0 41 433 13 77
Binary 10100101 10010110 10101011 100 1100 0 100001 100011011 1011 111111

Color Harmonies of #A596AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596AB

Black with #A596AB

Text Example


Text Example

White with #A596AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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