#A7AEBE

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

Shades of Mischka #A7AEBE

Tints of Mischka #A7AEBE

Color information

#A7AEBE (or 0xA7AEBE) is unknown color: approx Mischka. HEX triplet: A7, AE and BE. RGB value is (167,174,190). Sum of RGB (Red+Green+Blue) = 167+174+190=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 174 (68.36% from 255 or 32.77% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #A7AEBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A7AEBE is #585141. Grayscale: #ADADAD. Windows color (decimal): -5787970 or 12496551. OLE color: 12496551.

HSL color Cylindrical-coordinate representation of color #A7AEBE: hue angle of 221.74º degrees, saturation: 0.15, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A7AEBE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167174190-
CMYK0.120.0800.25
HSL221.74º15.03%70%-
HSV(B)221.74º12.11%74.51%-
XYZ40.3742.2154.73-
YUV173.73137.18123.2-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.45%
GREEN value IS 174 (68.36% from 255) = 32.77%
BLUE value IS 190 (74.61% from 255) = 35.78%
R=31.45%
G=32.77%
B=35.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671741900.120.0800.25221.7415.0370
HexA7AEBEC8019def46
Octal247256276141003133617106
Binary101001111010111010111110110010000110011101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7AEBE; }

 p { color: rgb(167,174,190); }

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

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

 a { background-color: rgb(167,174,190); }

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

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

 span { border-color: rgb(167,174,190); }

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