#A69FAB

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

Shades of Chatelle #A69FAB

Tints of Chatelle #A69FAB

Color information

#A69FAB (or 0xA69FAB) is unknown color: approx Chatelle. HEX triplet: A6, 9F and AB. RGB value is (166,159,171). Sum of RGB (Red+Green+Blue) = 166+159+171=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 171 - color contains mainly: blue. Hex color #A69FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69FAB is #596054. Grayscale: #A2A2A2. Windows color (decimal): -5857365 or 11247526. OLE color: 11247526.

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

Color convert

RGB166159171-
CMYK0.030.0700.33
HSL275º6.67%64.71%-
HSV(B)275º7.02%67.06%-
XYZ35.4735.8443.58-
YUV162.46132.82130.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 159 (62.5% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 34.48%
R=33.47%
G=32.06%
B=34.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661591710.030.0700.332756.6764.71
HexA69FAB37021113741
Octal246237253370414237101
Binary1010011010011111101010111111101000011000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69FAB; }

 p { color: rgb(166,159,171); }

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

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

 a { background-color: rgb(166,159,171); }

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

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

 span { border-color: rgb(166,159,171); }

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