#A99CAC

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

Shades of Chatelle #A99CAC

Tints of Chatelle #A99CAC

Color information

#A99CAC (or 0xA99CAC) is unknown color: approx Chatelle. HEX triplet: A9, 9C and AC. RGB value is (169,156,172). Sum of RGB (Red+Green+Blue) = 169+156+172=497 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.00% from 497); Green value is 156 (61.33% from 255 or 31.39% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 172 - color contains mainly: blue. Hex color #A99CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A99CAC is #566353. Grayscale: #A1A1A1. Windows color (decimal): -5661524 or 11312297. OLE color: 11312297.

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

Color convert

RGB169156172-
CMYK0.020.0900.33
HSL288.75º8.79%64.31%-
HSV(B)288.75º9.3%67.45%-
XYZ35.735.1943.94-
YUV161.71133.81133.2-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.00%
GREEN value IS 156 (61.33% from 255) = 31.39%
BLUE value IS 172 (67.58% from 255) = 34.61%
R=34.00%
G=31.39%
B=34.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691561720.020.0900.33288.758.7964.31
HexA99CAC29021121940
Octal25123425421104144111100
Binary101010011001110010101100101001010000110010000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99CAC; }

 p { color: rgb(169,156,172); }

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

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

 a { background-color: rgb(169,156,172); }

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

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

 span { border-color: rgb(169,156,172); }

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