#A69DAA

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

Shades of Chatelle #A69DAA

Tints of Chatelle #A69DAA

Color information

#A69DAA (or 0xA69DAA) is unknown color: approx Chatelle. HEX triplet: A6, 9D and AA. RGB value is (166,157,170). Sum of RGB (Red+Green+Blue) = 166+157+170=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 170 - color contains mainly: blue. Hex color #A69DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69DAA is #596255. Grayscale: #A1A1A1. Windows color (decimal): -5857878 or 11181478. OLE color: 11181478.

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

Color convert

RGB166157170-
CMYK0.020.0800.33
HSL281.54º7.1%64.12%-
HSV(B)281.54º7.65%66.67%-
XYZ35.0435.1242.96-
YUV161.17132.98131.44-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 157 (61.72% from 255) = 31.85%
BLUE value IS 170 (66.80% from 255) = 34.48%
R=33.67%
G=31.85%
B=34.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661571700.020.0800.33281.547.164.12
HexA69DAA2802111a740
Octal2462352522100414327100
Binary10100110100111011010101010100001000011000110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69DAA; }

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

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

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

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

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

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

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

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