#A8A5AA

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

Shades of Chatelle #A8A5AA

Tints of Chatelle #A8A5AA

Color information

#A8A5AA (or 0xA8A5AA) is unknown color: approx Chatelle. HEX triplet: A8, A5 and AA. RGB value is (168,165,170). Sum of RGB (Red+Green+Blue) = 168+165+170=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 170 - color contains mainly: blue. Hex color #A8A5AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A5AA is #575A55. Grayscale: #A6A6A6. Windows color (decimal): -5724758 or 11183528. OLE color: 11183528.

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

Color convert

RGB168165170-
CMYK0.010.0300.33
HSL276º2.86%65.69%-
HSV(B)276º2.94%66.67%-
XYZ36.8638.1443.45-
YUV166.47129.99129.09-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=33.40%
G=32.80%
B=33.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681651700.010.0300.332762.8665.69
HexA8A5AA13021114342
Octal250245252130414243102
Binary1010100010100101101010101110100001100010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5AA; }

 p { color: rgb(168,165,170); }

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

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

 a { background-color: rgb(168,165,170); }

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

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

 span { border-color: rgb(168,165,170); }

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