#A699AA

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

Shades of Chatelle #A699AA

Tints of Chatelle #A699AA

Color information

#A699AA (or 0xA699AA) is unknown color: approx Chatelle. HEX triplet: A6, 99 and AA. RGB value is (166,153,170). Sum of RGB (Red+Green+Blue) = 166+153+170=489 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.95% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 170 - color contains mainly: blue. Hex color #A699AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A699AA is #596655. Grayscale: #9E9E9E. Windows color (decimal): -5858902 or 11180454. OLE color: 11180454.

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

Color convert

RGB166153170-
CMYK0.020.100.33
HSL285.88º9.09%63.33%-
HSV(B)285.88º10%66.67%-
XYZ34.3733.7942.74-
YUV158.82134.31133.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.95%
GREEN value IS 153 (60.16% from 255) = 31.29%
BLUE value IS 170 (66.80% from 255) = 34.76%
R=33.95%
G=31.29%
B=34.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661531700.020.100.33285.889.0963.33
HexA699AA2A02111e93f
Octal2462312522120414361177
Binary10100110100110011010101010101001000011000111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699AA; }

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

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

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

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

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

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

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

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