#A69BAB

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

Shades of Chatelle #A69BAB

Tints of Chatelle #A69BAB

Color information

#A69BAB (or 0xA69BAB) is unknown color: approx Chatelle. HEX triplet: A6, 9B and AB. RGB value is (166,155,171). Sum of RGB (Red+Green+Blue) = 166+155+171=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 155 (60.94% from 255 or 31.50% from 492); Blue value is 171 (67.19% from 255 or 34.76% from 492); Max value from RGB is 171 - color contains mainly: blue. Hex color #A69BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A69BAB is #596454. Grayscale: #A0A0A0. Windows color (decimal): -5858389 or 11246502. OLE color: 11246502.

HSL color Cylindrical-coordinate representation of color #A69BAB: hue angle of 281.25º 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 #A69BAB is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB166155171-
CMYK0.030.0900.33
HSL281.25º8.7%63.92%-
HSV(B)281.25º9.36%67.06%-
XYZ34.834.4943.35-
YUV160.11134.14132.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 155 (60.94% from 255) = 31.50%
BLUE value IS 171 (67.19% from 255) = 34.76%
R=33.74%
G=31.50%
B=34.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1661551710.030.0900.33281.258.763.92
HexA69BAB39021119940
Octal24623325331104143111100
Binary101001101001101110101011111001010000110001100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A69BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A69BAB; }

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

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

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

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

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

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

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

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