#A899AC

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

Shades of Chatelle #A899AC

Tints of Chatelle #A899AC

Color information

#A899AC (or 0xA899AC) is unknown color: approx Chatelle. HEX triplet: A8, 99 and AC. RGB value is (168,153,172). Sum of RGB (Red+Green+Blue) = 168+153+172=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 153 (60.16% from 255 or 31.03% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 172 - color contains mainly: blue. Hex color #A899AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A899AC is #576653. Grayscale: #9F9F9F. Windows color (decimal): -5727828 or 11311528. OLE color: 11311528.

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

Color convert

RGB168153172-
CMYK0.020.1100.33
HSL287.37º10.27%63.73%-
HSV(B)287.37º11.05%67.45%-
XYZ34.9934.0943.76-
YUV159.65134.97133.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.08%
GREEN value IS 153 (60.16% from 255) = 31.03%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=34.08%
G=31.03%
B=34.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681531720.020.1100.33287.3710.2763.73
HexA899AC2B02111fa40
Octal25023125421304143712100
Binary101010001001100110101100101011010000110001111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A899AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A899AC; }

 p { color: rgb(168,153,172); }

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

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

 a { background-color: rgb(168,153,172); }

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

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

 span { border-color: rgb(168,153,172); }

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