Html Css Color HEX #A596AC East Side

📋 copy color: '#A596AC'

red 165 ◦ green 150 ◦ blue 172

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

Shades of East Side #A596AC

Tints of East Side #A596AC

RGB

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

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

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

R = 33.88%
G = 30.8%
B = 35.32%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A596AC (or 0xA596AC) is known color: East Side. HEX triplet: A5, 96 and AC. RGB value is (165,150,172). Sum of RGB (Red+Green+Blue) = 165+150+172=487 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.88% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 172 - color contains mainly: blue. Hex color #A596AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A596AC is #5A6953. Grayscale: #9C9C9C. Windows color (decimal): -5925204 or 11310757. OLE color: 11310757.

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

Color convert

RGB 165 150 172 -
CMYK 0.04 0.13 0 0.33
HSL 280.91º 0.12% 0.63% -
HSV(B) 280.91º 0.13% 0.67% -
XYZ 33.87 32.79 43.57 -
YUV 156.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 165 150 172 0.04 0.13 0 0.33 280.91 0.12 0.63
Hex A5 96 AC 4 D 0 21 119 C 3F
Octal 245 226 254 4 15 0 41 431 14 77
Binary 10100101 10010110 10101100 100 1101 0 100001 100011001 1100 111111

Color Harmonies of #A596AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596AC

Black with #A596AC

Text Example


Text Example

White with #A596AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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