Html Css Color HEX #A5AABB Mischka

📋 copy color: '#A5AABB'

red 165 ◦ green 170 ◦ blue 187

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

Shades of Mischka #A5AABB

Tints of Mischka #A5AABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.82%

R = 31.61%
G = 32.57%
B = 35.82%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A5AABB (or 0xA5AABB) is known color: Mischka. HEX triplet: A5, AA and BB. RGB value is (165,170,187). Sum of RGB (Red+Green+Blue) = 165+170+187=522 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.61% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 187 - color contains mainly: blue. Hex color #A5AABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A5AABB is #5A5544. Grayscale: #AAAAAA. Windows color (decimal): -5920069 or 12298917. OLE color: 12298917.

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

Color convert

RGB 165 170 187 -
CMYK 0.12 0.09 0 0.27
HSL 226.36º 0.14% 0.69% -
HSV(B) 226.36º 0.12% 0.73% -
XYZ 38.86 40.34 52.75 -
YUV 170.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 165 170 187 0.12 0.09 0 0.27 226.36 0.14 0.69
Hex A5 AA BB C 9 0 1B E2 E 45
Octal 245 252 273 14 11 0 33 342 16 105
Binary 10100101 10101010 10111011 1100 1001 0 11011 11100010 1110 1000101

Color Harmonies of #A5AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5AABB

Black with #A5AABB

Text Example


Text Example

White with #A5AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5AABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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