#A69CAD

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

Shades of East Side #A69CAD

Tints of East Side #A69CAD

Color information

#A69CAD (or 0xA69CAD) is unknown color: approx East Side. HEX triplet: A6, 9C and AD. RGB value is (166,156,173). Sum of RGB (Red+Green+Blue) = 166+156+173=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 173 (67.97% from 255 or 34.95% from 495); Max value from RGB is 173 - color contains mainly: blue. Hex color #A69CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69CAD is #596352. Grayscale: #A0A0A0. Windows color (decimal): -5858131 or 11377830. OLE color: 11377830.

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

Color convert

RGB166156173-
CMYK0.040.1000.32
HSL275.29º9.39%64.51%-
HSV(B)275.29º9.83%67.84%-
XYZ35.1634.944.42-
YUV160.93134.81131.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 173 (67.97% from 255) = 34.95%
R=33.54%
G=31.52%
B=34.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1661561730.040.1000.32275.299.3964.51
HexA69CAD4A020113941
Octal24623425541204042311101
Binary1010011010011100101011011001010010000010001001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69CAD; }

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

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

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

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

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

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

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

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