#A4AABB

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

Shades of Mischka #A4AABB

Tints of Mischka #A4AABB

Color information

#A4AABB (or 0xA4AABB) is unknown color: approx Mischka. HEX triplet: A4, AA and BB. RGB value is (164,170,187). Sum of RGB (Red+Green+Blue) = 164+170+187=521 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.48% from 521); Green value is 170 (66.80% from 255 or 32.63% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 187 - color contains mainly: blue. Hex color #A4AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4AABB is #5B5544. Grayscale: #AAAAAA. Windows color (decimal): -5985605 or 12298916. OLE color: 12298916.

HSL color Cylindrical-coordinate representation of color #A4AABB: hue angle of 224.35º degrees, saturation: 0.14, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4AABB is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB164170187-
CMYK0.120.0900.27
HSL224.35º14.47%68.82%-
HSV(B)224.35º12.3%73.33%-
XYZ38.6540.2352.74-
YUV170.14137.51123.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.48%
GREEN value IS 170 (66.80% from 255) = 32.63%
BLUE value IS 187 (73.44% from 255) = 35.89%
R=31.48%
G=32.63%
B=35.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1641701870.120.0900.27224.3514.4768.82
HexA4AABBC901Be0e45
Octal244252273141103334016105
Binary101001001010101010111011110010010110111110000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AABB; }

 p { color: rgb(164,170,187); }

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

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

 a { background-color: rgb(164,170,187); }

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

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

 span { border-color: rgb(164,170,187); }

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