#A79BAE

Color #A79BAE East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A79BAE

Tints of East Side #A79BAE

Color information

#A79BAE (or 0xA79BAE) is unknown color: approx East Side. HEX triplet: A7, 9B and AE. RGB value is (167,155,174). Sum of RGB (Red+Green+Blue) = 167+155+174=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 174 (68.36% from 255 or 35.08% from 496); Max value from RGB is 174 - color contains mainly: blue. Hex color #A79BAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79BAE is #586451. Grayscale: #A0A0A0. Windows color (decimal): -5792850 or 11443111. OLE color: 11443111.

HSL color Cylindrical-coordinate representation of color #A79BAE: hue angle of 277.89º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A79BAE is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB167155174-
CMYK0.040.1100.32
HSL277.89º10.5%64.51%-
HSV(B)277.89º10.92%68.24%-
XYZ35.334.7144.88-
YUV160.75135.48132.46-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 174 (68.36% from 255) = 35.08%
R=33.67%
G=31.25%
B=35.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671551740.040.1100.32277.8910.564.51
HexA79BAE4B020116a41
Octal24723325641304042612101
Binary1010011110011011101011101001011010000010001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79BAE; }

 p { color: rgb(167,155,174); }

 H1.HeaderClassName
 {
   color: #A79BAE;
 }
 .AnyTagClassName
 {
   color: #A79BAE;
 }
</style>
background-color css

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

 a { background-color: rgb(167,155,174); }

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

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

 span { border-color: rgb(167,155,174); }

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