#A69AA9

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

Shades of Chatelle #A69AA9

Tints of Chatelle #A69AA9

Color information

#A69AA9 (or 0xA69AA9) is unknown color: approx Chatelle. HEX triplet: A6, 9A and A9. RGB value is (166,154,169). Sum of RGB (Red+Green+Blue) = 166+154+169=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 169 (66.41% from 255 or 34.56% from 489); Max value from RGB is 169 - color contains mainly: blue. Hex color #A69AA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69AA9 is #596556. Grayscale: #9F9F9F. Windows color (decimal): -5858647 or 11115174. OLE color: 11115174.

HSL color Cylindrical-coordinate representation of color #A69AA9: hue angle of 288º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A69AA9 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB166154169-
CMYK0.020.0900.34
HSL288º8.02%63.33%-
HSV(B)288º8.88%66.27%-
XYZ34.4434.0842.3-
YUV159.3133.48132.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 169 (66.41% from 255) = 34.56%
R=33.95%
G=31.49%
B=34.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1661541690.020.0900.342888.0263.33
HexA69AA92902212083f
Octal2462322512110424401077
Binary10100110100110101010100110100101000101001000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AA9; }

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

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

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

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

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

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

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

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