Html Css Color HEX #AAA0BE Biloba Flower

📋 copy color: '#AAA0BE'

red 170 ◦ green 160 ◦ blue 190

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

Shades of Biloba Flower #AAA0BE

Tints of Biloba Flower #AAA0BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 32.69%
G = 30.77%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AAA0BE (or 0xAAA0BE) is known color: Biloba Flower. HEX triplet: AA, A0 and BE. RGB value is (170,160,190). Sum of RGB (Red+Green+Blue) = 170+160+190=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 190 - color contains mainly: blue. Hex color #AAA0BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0BE is #555F41. Grayscale: #A6A6A6. Windows color (decimal): -5594946 or 12492970. OLE color: 12492970.

HSL color Cylindrical-coordinate representation of color #AAA0BE: hue angle of 260º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AAA0BE is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 160 190 -
CMYK 0.11 0.16 0 0.25
HSL 260º 0.19% 0.69% -
HSV(B) 260º 0.16% 0.75% -
XYZ 38.44 37.41 53.91 -
YUV 166.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 170 160 190 0.11 0.16 0 0.25 260 0.19 0.69
Hex AA A0 BE B 10 0 19 104 13 45
Octal 252 240 276 13 20 0 31 404 23 105
Binary 10101010 10100000 10111110 1011 10000 0 11001 100000100 10011 1000101

Color Harmonies of #AAA0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA0BE

Black with #AAA0BE

Text Example


Text Example

White with #AAA0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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