#A69EAA

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

Shades of Chatelle #A69EAA

Tints of Chatelle #A69EAA

Color information

#A69EAA (or 0xA69EAA) is unknown color: approx Chatelle. HEX triplet: A6, 9E and AA. RGB value is (166,158,170). Sum of RGB (Red+Green+Blue) = 166+158+170=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 170 (66.80% from 255 or 34.41% from 494); Max value from RGB is 170 - color contains mainly: blue. Hex color #A69EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EAA is #596155. Grayscale: #A1A1A1. Windows color (decimal): -5857622 or 11181734. OLE color: 11181734.

HSL color Cylindrical-coordinate representation of color #A69EAA: hue angle of 280º degrees, saturation: 0.07, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A69EAA is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166158170-
CMYK0.020.0700.33
HSL280º6.59%64.31%-
HSV(B)280º7.06%66.67%-
XYZ35.2135.4643.02-
YUV161.76132.65131.02-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 158 (62.11% from 255) = 31.98%
BLUE value IS 170 (66.80% from 255) = 34.41%
R=33.60%
G=31.98%
B=34.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661581700.020.0700.332806.5964.31
HexA69EAA27021118740
Octal246236252270414307100
Binary1010011010011110101010101011101000011000110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EAA; }

 p { color: rgb(166,158,170); }

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

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

 a { background-color: rgb(166,158,170); }

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

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

 span { border-color: rgb(166,158,170); }

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