Html Css Color HEX #A5AAB0 Mischka

📋 copy color: '#A5AAB0'

red 165 ◦ green 170 ◦ blue 176

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

Shades of Mischka #A5AAB0

Tints of Mischka #A5AAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.44%

R = 32.29%
G = 33.27%
B = 34.44%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A5AAB0 (or 0xA5AAB0) is known color: Mischka. HEX triplet: A5, AA and B0. RGB value is (165,170,176). Sum of RGB (Red+Green+Blue) = 165+170+176=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 170 (66.80% from 255 or 33.27% from 511); Blue value is 176 (69.14% from 255 or 34.44% from 511); Max value from RGB is 176 - color contains mainly: blue. Hex color #A5AAB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5AAB0 is #5A554F. Grayscale: #A9A9A9. Windows color (decimal): -5920080 or 11578021. OLE color: 11578021.

HSL color Cylindrical-coordinate representation of color #A5AAB0: hue angle of 212.73º degrees, saturation: 0.07, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A5AAB0 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 165 170 176 -
CMYK 0.06 0.03 0 0.31
HSL 212.73º 0.07% 0.67% -
HSV(B) 212.73º 0.06% 0.69% -
XYZ 37.73 39.88 46.78 -
YUV 169.19 131.84 125.01 -
System Red Green Blue C M Y K H S L
Decimal 165 170 176 0.06 0.03 0 0.31 212.73 0.07 0.67
Hex A5 AA B0 6 3 0 1F D5 7 43
Octal 245 252 260 6 3 0 37 325 7 103
Binary 10100101 10101010 10110000 110 11 0 11111 11010101 111 1000011

Color Harmonies of #A5AAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AAB0

Black with #A5AAB0

Text Example


Text Example

White with #A5AAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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