Html Css Color HEX #A5AAB4 Mischka

📋 copy color: '#A5AAB4'

red 165 ◦ green 170 ◦ blue 180

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

Shades of Mischka #A5AAB4

Tints of Mischka #A5AAB4

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.01%

 BLUE value IS 180 (70.7% from 255) = 34.95%

R = 32.04%
G = 33.01%
B = 34.95%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A5AAB4 (or 0xA5AAB4) is known color: Mischka. HEX triplet: A5, AA and B4. RGB value is (165,170,180). Sum of RGB (Red+Green+Blue) = 165+170+180=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 170 (66.80% from 255 or 33.01% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #A5AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AAB4 is #5A554B. Grayscale: #A9A9A9. Windows color (decimal): -5920076 or 11840165. OLE color: 11840165.

HSL color Cylindrical-coordinate representation of color #A5AAB4: hue angle of 220º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A5AAB4 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 165 170 180 -
CMYK 0.08 0.06 0 0.29
HSL 220º 0.09% 0.68% -
HSV(B) 220º 0.08% 0.71% -
XYZ 38.13 40.04 48.9 -
YUV 169.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 165 170 180 0.08 0.06 0 0.29 220 0.09 0.68
Hex A5 AA B4 8 6 0 1D DC 9 44
Octal 245 252 264 10 6 0 35 334 11 104
Binary 10100101 10101010 10110100 1000 110 0 11101 11011100 1001 1000100

Color Harmonies of #A5AAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAB4

Black with #A5AAB4

Text Example


Text Example

White with #A5AAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAB4; }

 p { color: rgb(165,170,180); }

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

background-color css

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

 a { background-color: rgb(165,170,180); }

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

border-color css

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

 span { border-color: rgb(165,170,180); }

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