#A69AAB

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

Shades of East Side #A69AAB

Tints of East Side #A69AAB

Color information

#A69AAB (or 0xA69AAB) is unknown color: approx East Side. HEX triplet: A6, 9A and AB. RGB value is (166,154,171). Sum of RGB (Red+Green+Blue) = 166+154+171=491 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.81% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 171 - color contains mainly: blue. Hex color #A69AAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69AAB is #596554. Grayscale: #9F9F9F. Windows color (decimal): -5858645 or 11246246. OLE color: 11246246.

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

Color convert

RGB166154171-
CMYK0.030.1000.33
HSL282.35º9.19%63.73%-
HSV(B)282.35º9.94%67.06%-
XYZ34.6334.1643.3-
YUV159.53134.48132.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.81%
GREEN value IS 154 (60.55% from 255) = 31.36%
BLUE value IS 171 (67.19% from 255) = 34.83%
R=33.81%
G=31.36%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661541710.030.1000.33282.359.1963.73
HexA69AAB3A02111a940
Octal24623225331204143211100
Binary101001101001101010101011111010010000110001101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AAB; }

 p { color: rgb(166,154,171); }

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

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

 a { background-color: rgb(166,154,171); }

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

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

 span { border-color: rgb(166,154,171); }

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