#A5ACBD

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

Shades of Mischka #A5ACBD

Tints of Mischka #A5ACBD

Color information

#A5ACBD (or 0xA5ACBD) is unknown color: approx Mischka. HEX triplet: A5, AC and BD. RGB value is (165,172,189). Sum of RGB (Red+Green+Blue) = 165+172+189=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #A5ACBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ACBD is #5A5342. Grayscale: #ABABAB. Windows color (decimal): -5919555 or 12430501. OLE color: 12430501.

HSL color Cylindrical-coordinate representation of color #A5ACBD: hue angle of 222.5º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A5ACBD is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB165172189-
CMYK0.130.0900.26
HSL222.5º15.38%69.41%-
HSV(B)222.5º12.7%74.12%-
XYZ39.4541.1854.01-
YUV171.84137.68123.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 189 (74.22% from 255) = 35.93%
R=31.37%
G=32.70%
B=35.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1651721890.130.0900.26222.515.3869.41
HexA5ACBDD901Adef45
Octal245254275151103233617105
Binary101001011010110010111101110110010110101101111011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5ACBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5ACBD; }

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

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

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

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

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

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

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

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