#A5ACB4

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

Shades of Mischka #A5ACB4

Tints of Mischka #A5ACB4

Color information

#A5ACB4 (or 0xA5ACB4) is unknown color: approx Mischka. HEX triplet: A5, AC and B4. RGB value is (165,172,180). Sum of RGB (Red+Green+Blue) = 165+172+180=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 172 (67.58% from 255 or 33.27% from 517); Blue value is 180 (70.70% from 255 or 34.82% from 517); Max value from RGB is 180 - color contains mainly: blue. Hex color #A5ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACB4 is #5A534B. Grayscale: #AAAAAA. Windows color (decimal): -5919564 or 11840677. OLE color: 11840677.

HSL color Cylindrical-coordinate representation of color #A5ACB4: hue angle of 212º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5ACB4 is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB165172180-
CMYK0.080.0400.29
HSL212º9.09%67.65%-
HSV(B)212º8.33%70.59%-
XYZ38.5140.849.03-
YUV170.82133.18123.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 172 (67.58% from 255) = 33.27%
BLUE value IS 180 (70.70% from 255) = 34.82%
R=31.91%
G=33.27%
B=34.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1651721800.080.0400.292129.0967.65
HexA5ACB48401Dd4944
Octal24525426410403532411104
Binary10100101101011001011010010001000111011101010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACB4; }

 p { color: rgb(165,172,180); }

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

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

 a { background-color: rgb(165,172,180); }

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

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

 span { border-color: rgb(165,172,180); }

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