#A79CAD

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

Shades of East Side #A79CAD

Tints of East Side #A79CAD

Color information

#A79CAD (or 0xA79CAD) is unknown color: approx East Side. HEX triplet: A7, 9C and AD. RGB value is (167,156,173). Sum of RGB (Red+Green+Blue) = 167+156+173=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 156 (61.33% from 255 or 31.45% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 173 - color contains mainly: blue. Hex color #A79CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A79CAD is #586352. Grayscale: #A1A1A1. Windows color (decimal): -5792595 or 11377831. OLE color: 11377831.

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

Color convert

RGB167156173-
CMYK0.030.1000.32
HSL278.82º9.39%64.51%-
HSV(B)278.82º9.83%67.84%-
XYZ35.3735.0144.43-
YUV161.23134.64132.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 156 (61.33% from 255) = 31.45%
BLUE value IS 173 (67.97% from 255) = 34.88%
R=33.67%
G=31.45%
B=34.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671561730.030.1000.32278.829.3964.51
HexA79CAD3A020117941
Octal24723425531204042711101
Binary101001111001110010101101111010010000010001011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79CAD; }

 p { color: rgb(167,156,173); }

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

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

 a { background-color: rgb(167,156,173); }

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

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

 span { border-color: rgb(167,156,173); }

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