#A5A8AD

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

Shades of Mischka #A5A8AD

Tints of Mischka #A5A8AD

Color information

#A5A8AD (or 0xA5A8AD) is unknown color: approx Mischka. HEX triplet: A5, A8 and AD. RGB value is (165,168,173). Sum of RGB (Red+Green+Blue) = 165+168+173=506 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.61% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 173 - color contains mainly: blue. Hex color #A5A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5A8AD is #5A5752. Grayscale: #A7A7A7. Windows color (decimal): -5920595 or 11380901. OLE color: 11380901.

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

Color convert

RGB165168173-
CMYK0.050.0300.32
HSL217.5º4.65%66.27%-
HSV(B)217.5º4.62%67.84%-
XYZ37.0639.0245.11-
YUV167.67131.01126.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.61%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 173 (67.97% from 255) = 34.19%
R=32.61%
G=33.20%
B=34.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651681730.050.0300.32217.54.6566.27
HexA5A8AD53020d9542
Octal245250255530403315102
Binary101001011010100010101101101110100000110110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5A8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5A8AD; }

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

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

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

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

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

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

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

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