#A9A5AC

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

Shades of Chatelle #A9A5AC

Tints of Chatelle #A9A5AC

Color information

#A9A5AC (or 0xA9A5AC) is unknown color: approx Chatelle. HEX triplet: A9, A5 and AC. RGB value is (169,165,172). Sum of RGB (Red+Green+Blue) = 169+165+172=506 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.40% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 172 - color contains mainly: blue. Hex color #A9A5AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9A5AC is #565A53. Grayscale: #A6A6A6. Windows color (decimal): -5659220 or 11314601. OLE color: 11314601.

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

Color convert

RGB169165172-
CMYK0.020.0400.33
HSL274.29º4.05%66.08%-
HSV(B)274.29º4.07%67.45%-
XYZ37.2638.3244.46-
YUV166.99130.83129.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.40%
GREEN value IS 165 (64.84% from 255) = 32.61%
BLUE value IS 172 (67.58% from 255) = 33.99%
R=33.40%
G=32.61%
B=33.99%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1691651720.020.0400.33274.294.0566.08
HexA9A5AC24021112442
Octal251245254240414224102
Binary1010100110100101101011001010001000011000100101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A5AC; }

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

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

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

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

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

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

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

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