#AEAFB1

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

Shades of Mischka #AEAFB1

Tints of Mischka #AEAFB1

Color information

#AEAFB1 (or 0xAEAFB1) is unknown color: approx Mischka. HEX triplet: AE, AF and B1. RGB value is (174,175,177). Sum of RGB (Red+Green+Blue) = 174+175+177=526 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.08% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 177 (69.53% from 255 or 33.65% from 526); Max value from RGB is 177 - color contains mainly: blue. Hex color #AEAFB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAFB1 is #51504E. Grayscale: #AEAEAE. Windows color (decimal): -5328975 or 11644846. OLE color: 11644846.

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

Color convert

RGB174175177-
CMYK0.020.0100.31
HSL220º1.89%68.82%-
HSV(B)220º1.69%69.41%-
XYZ40.7242.8347.72-
YUV174.93129.17127.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.08%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 177 (69.53% from 255) = 33.65%
R=33.08%
G=33.27%
B=33.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751770.020.0100.312201.8968.82
HexAEAFB12101Fdc245
Octal256257261210373342105
Binary10101110101011111011000110101111111011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAFB1; }

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

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

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

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

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

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

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

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