Html Css Color HEX #A5A8BE Mischka

📋 copy color: '#A5A8BE'

red 165 ◦ green 168 ◦ blue 190

#A5A8BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mischka #A5A8BE

Tints of Mischka #A5A8BE

RGB

 RED value IS 165 (64.84% from 255) = 31.55%

 GREEN value IS 168 (66.02% from 255) = 32.12%

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 31.55%
G = 32.12%
B = 36.33%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A5A8BE (or 0xA5A8BE) is known color: Mischka. HEX triplet: A5, A8 and BE. RGB value is (165,168,190). Sum of RGB (Red+Green+Blue) = 165+168+190=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #A5A8BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5A8BE is #5A5741. Grayscale: #A9A9A9. Windows color (decimal): -5920578 or 12495013. OLE color: 12495013.

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

Color convert

RGB 165 168 190 -
CMYK 0.13 0.12 0 0.25
HSL 232.8º 0.16% 0.7% -
HSV(B) 232.8º 0.13% 0.75% -
XYZ 38.81 39.72 54.34 -
YUV 169.61 139.51 124.71 -
System Red Green Blue C M Y K H S L
Decimal 165 168 190 0.13 0.12 0 0.25 232.8 0.16 0.7
Hex A5 A8 BE D C 0 19 E9 10 46
Octal 245 250 276 15 14 0 31 351 20 106
Binary 10100101 10101000 10111110 1101 1100 0 11001 11101001 10000 1000110

Color Harmonies of #A5A8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5A8BE

Black with #A5A8BE

Text Example


Text Example

White with #A5A8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5A8BE; }

 p { color: rgb(165,168,190); }

 H1.HeaderClassName
 {
   color: #A5A8BE;
 }
 .AnyTagClassName
 {
   color: #A5A8BE;
 }
</style>

background-color css

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

 a { background-color: rgb(165,168,190); }

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

border-color css

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

 span { border-color: rgb(165,168,190); }

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