Html Css Color HEX #AAA0BA Biloba Flower

📋 copy color: '#AAA0BA'

red 170 ◦ green 160 ◦ blue 186

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

Shades of Biloba Flower #AAA0BA

Tints of Biloba Flower #AAA0BA

RGB

 RED value IS 170 (66.8% from 255) = 32.95%

 GREEN value IS 160 (62.89% from 255) = 31.01%

 BLUE value IS 186 (73.05% from 255) = 36.05%

R = 32.95%
G = 31.01%
B = 36.05%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAA0BA (or 0xAAA0BA) is known color: Biloba Flower. HEX triplet: AA, A0 and BA. RGB value is (170,160,186). Sum of RGB (Red+Green+Blue) = 170+160+186=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BA is #555F45. Grayscale: #A5A5A5. Windows color (decimal): -5594950 or 12230826. OLE color: 12230826.

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

Color convert

RGB 170 160 186 -
CMYK 0.09 0.14 0 0.27
HSL 263.08º 0.16% 0.68% -
HSV(B) 263.08º 0.14% 0.73% -
XYZ 38.01 37.23 51.64 -
YUV 165.95 139.31 130.89 -
System Red Green Blue C M Y K H S L
Decimal 170 160 186 0.09 0.14 0 0.27 263.08 0.16 0.68
Hex AA A0 BA 9 E 0 1B 107 10 44
Octal 252 240 272 11 16 0 33 407 20 104
Binary 10101010 10100000 10111010 1001 1110 0 11011 100000111 10000 1000100

Color Harmonies of #AAA0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0BA

Black with #AAA0BA

Text Example


Text Example

White with #AAA0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0BA; }

 p { color: rgb(170,160,186); }

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

background-color css

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

 a { background-color: rgb(170,160,186); }

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

border-color css

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

 span { border-color: rgb(170,160,186); }

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