#A69AAA

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

Shades of Chatelle #A69AAA

Tints of Chatelle #A69AAA

Color information

#A69AAA (or 0xA69AAA) is unknown color: approx Chatelle. HEX triplet: A6, 9A and AA. RGB value is (166,154,170). Sum of RGB (Red+Green+Blue) = 166+154+170=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 170 (66.80% from 255 or 34.69% from 490); Max value from RGB is 170 - color contains mainly: blue. Hex color #A69AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69AAA is #596555. Grayscale: #9F9F9F. Windows color (decimal): -5858646 or 11180710. OLE color: 11180710.

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

Color convert

RGB166154170-
CMYK0.020.0900.33
HSL285º8.6%63.53%-
HSV(B)285º9.41%66.67%-
XYZ34.5434.1242.8-
YUV159.41133.98132.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 170 (66.80% from 255) = 34.69%
R=33.88%
G=31.43%
B=34.69%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661541700.020.0900.332858.663.53
HexA69AAA2902111d940
Octal24623225221104143511100
Binary101001101001101010101010101001010000110001110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69AAA; }

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

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

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

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

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

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

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

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