Html Css Color HEX #A5AFB9 Mischka

📋 copy color: '#A5AFB9'

red 165 ◦ green 175 ◦ blue 185

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

Shades of Mischka #A5AFB9

Tints of Mischka #A5AFB9

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.33%

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

R = 31.43%
G = 33.33%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5AFB9 (or 0xA5AFB9) is known color: Mischka. HEX triplet: A5, AF and B9. RGB value is (165,175,185). Sum of RGB (Red+Green+Blue) = 165+175+185=525 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.43% from 525); Green value is 175 (68.75% from 255 or 33.33% from 525); Blue value is 185 (72.66% from 255 or 35.24% from 525); Max value from RGB is 185 - color contains mainly: blue. Hex color #A5AFB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AFB9 is #5A5046. Grayscale: #ADADAD. Windows color (decimal): -5918791 or 12169125. OLE color: 12169125.

HSL color Cylindrical-coordinate representation of color #A5AFB9: hue angle of 210º 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 #A5AFB9 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 165 175 185 -
CMYK 0.11 0.05 0 0.27
HSL 210º 0.13% 0.69% -
HSV(B) 210º 0.11% 0.73% -
XYZ 39.6 42.16 51.95 -
YUV 173.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 165 175 185 0.11 0.05 0 0.27 210 0.13 0.69
Hex A5 AF B9 B 5 0 1B D2 C 45
Octal 245 257 271 13 5 0 33 322 14 105
Binary 10100101 10101111 10111001 1011 101 0 11011 11010010 1100 1000101

Color Harmonies of #A5AFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AFB9

Black with #A5AFB9

Text Example


Text Example

White with #A5AFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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