Html Css Color HEX #A5ADB9 Mischka

📋 copy color: '#A5ADB9'

red 165 ◦ green 173 ◦ blue 185

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

Shades of Mischka #A5ADB9

Tints of Mischka #A5ADB9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.08%

 BLUE value IS 185 (72.66% from 255) = 35.37%

R = 31.55%
G = 33.08%
B = 35.37%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5ADB9 (or 0xA5ADB9) is known color: Mischka. HEX triplet: A5, AD and B9. RGB value is (165,173,185). Sum of RGB (Red+Green+Blue) = 165+173+185=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 173 (67.97% from 255 or 33.08% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 185 - color contains mainly: blue. Hex color #A5ADB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADB9 is #5A5246. Grayscale: #ABABAB. Windows color (decimal): -5919303 or 12168613. OLE color: 12168613.

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

Color convert

RGB 165 173 185 -
CMYK 0.11 0.06 0 0.27
HSL 216º 0.13% 0.69% -
HSV(B) 216º 0.11% 0.73% -
XYZ 39.22 41.39 51.82 -
YUV 171.98 135.35 123.02 -
System Red Green Blue C M Y K H S L
Decimal 165 173 185 0.11 0.06 0 0.27 216 0.13 0.69
Hex A5 AD B9 B 6 0 1B D8 C 45
Octal 245 255 271 13 6 0 33 330 14 105
Binary 10100101 10101101 10111001 1011 110 0 11011 11011000 1100 1000101

Color Harmonies of #A5ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADB9

Black with #A5ADB9

Text Example


Text Example

White with #A5ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADB9; }

 p { color: rgb(165,173,185); }

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

background-color css

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

 a { background-color: rgb(165,173,185); }

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

border-color css

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

 span { border-color: rgb(165,173,185); }

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