#A69EAB

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

Shades of Chatelle #A69EAB

Tints of Chatelle #A69EAB

Color information

#A69EAB (or 0xA69EAB) is unknown color: approx Chatelle. HEX triplet: A6, 9E and AB. RGB value is (166,158,171). Sum of RGB (Red+Green+Blue) = 166+158+171=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 171 (67.19% from 255 or 34.55% from 495); Max value from RGB is 171 - color contains mainly: blue. Hex color #A69EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69EAB is #596154. Grayscale: #A1A1A1. Windows color (decimal): -5857621 or 11247270. OLE color: 11247270.

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

Color convert

RGB166158171-
CMYK0.030.0800.33
HSL276.92º7.18%64.51%-
HSV(B)276.92º7.6%67.06%-
XYZ35.335.543.52-
YUV161.87133.15130.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 158 (62.11% from 255) = 31.92%
BLUE value IS 171 (67.19% from 255) = 34.55%
R=33.54%
G=31.92%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661581710.030.0800.33276.927.1864.51
HexA69EAB38021115741
Octal2462362533100414257101
Binary10100110100111101010101111100001000011000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69EAB; }

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

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

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

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

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

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

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

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