#ADAEAF

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

Shades of Mischka #ADAEAF

Tints of Mischka #ADAEAF

Color information

#ADAEAF (or 0xADAEAF) is unknown color: approx Mischka. HEX triplet: AD, AE and AF. RGB value is (173,174,175). Sum of RGB (Red+Green+Blue) = 173+174+175=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 175 - color contains mainly: blue. Hex color #ADAEAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAEAF is #525150. Grayscale: #ADADAD. Windows color (decimal): -5394769 or 11513517. OLE color: 11513517.

HSL color Cylindrical-coordinate representation of color #ADAEAF: hue angle of 210º degrees, saturation: 0.01, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #ADAEAF is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB173174175-
CMYK0.010.0100.31
HSL210º1.23%68.24%-
HSV(B)210º1.14%68.63%-
XYZ40.1142.2546.6-
YUV173.81128.67127.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 33.14%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=33.14%
G=33.33%
B=33.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1731741750.010.0100.312101.2368.24
HexADAEAF1101Fd2144
Octal255256257110373221104
Binary101011011010111010101111110111111101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAEAF; }

 p { color: rgb(173,174,175); }

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

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

 a { background-color: rgb(173,174,175); }

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

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

 span { border-color: rgb(173,174,175); }

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