#AEAFB0

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

Shades of Mischka #AEAFB0

Tints of Mischka #AEAFB0

Color information

#AEAFB0 (or 0xAEAFB0) is unknown color: approx Mischka. HEX triplet: AE, AF and B0. RGB value is (174,175,176). Sum of RGB (Red+Green+Blue) = 174+175+176=525 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.14% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 176 (69.14% from 255 or 33.52% from 525); Max value from RGB is 176 - color contains mainly: blue. Hex color #AEAFB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFB0 is #51504F. Grayscale: #AEAEAE. Windows color (decimal): -5328976 or 11579310. OLE color: 11579310.

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

Color convert

RGB174175176-
CMYK0.010.0100.31
HSL210º1.25%68.63%-
HSV(B)210º1.14%69.02%-
XYZ40.6242.7947.19-
YUV174.81128.67127.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.14%
GREEN value IS 175 (68.75% from 255) = 33.33%
BLUE value IS 176 (69.14% 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
Decimal1741751760.010.0100.312101.2568.63
HexAEAFB01101Fd2145
Octal256257260110373221105
Binary101011101010111110110000110111111101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFB0; }

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

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

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

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

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

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

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

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