Html Css Color HEX #A5ADB8 Mischka

📋 copy color: '#A5ADB8'

red 165 ◦ green 173 ◦ blue 184

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

Shades of Mischka #A5ADB8

Tints of Mischka #A5ADB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.25%

R = 31.61%
G = 33.14%
B = 35.25%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A5ADB8 (or 0xA5ADB8) is known color: Mischka. HEX triplet: A5, AD and B8. RGB value is (165,173,184). Sum of RGB (Red+Green+Blue) = 165+173+184=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 184 - color contains mainly: blue. Hex color #A5ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5ADB8 is #5A5247. Grayscale: #ABABAB. Windows color (decimal): -5919304 or 12103077. OLE color: 12103077.

HSL color Cylindrical-coordinate representation of color #A5ADB8: hue angle of 214.74º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A5ADB8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 165 173 184 -
CMYK 0.10 0.06 0 0.28
HSL 214.74º 0.12% 0.68% -
HSV(B) 214.74º 0.1% 0.72% -
XYZ 39.11 41.35 51.27 -
YUV 171.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 165 173 184 0.10 0.06 0 0.28 214.74 0.12 0.68
Hex A5 AD B8 A 6 0 1C D7 C 44
Octal 245 255 270 12 6 0 34 327 14 104
Binary 10100101 10101101 10111000 1010 110 0 11100 11010111 1100 1000100

Color Harmonies of #A5ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ADB8

Black with #A5ADB8

Text Example


Text Example

White with #A5ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ADB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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