#AAA0B9

Color #AAA0B9 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AAA0B9

Tints of Biloba Flower #AAA0B9

Color information

#AAA0B9 (or 0xAAA0B9) is unknown color: approx Biloba Flower. HEX triplet: AA, A0 and B9. RGB value is (170,160,185). Sum of RGB (Red+Green+Blue) = 170+160+185=515 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.01% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 185 - color contains mainly: blue. Hex color #AAA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA0B9 is #555F46. Grayscale: #A5A5A5. Windows color (decimal): -5594951 or 12165290. OLE color: 12165290.

HSL color Cylindrical-coordinate representation of color #AAA0B9: hue angle of 264º degrees, saturation: 0.15, 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 #AAA0B9 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170160185-
CMYK0.080.1400.27
HSL264º15.15%67.65%-
HSV(B)264º13.51%72.55%-
XYZ37.9137.1951.08-
YUV165.84138.81130.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.01%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 185 (72.66% from 255) = 35.92%
R=33.01%
G=31.07%
B=35.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701601850.080.1400.2726415.1567.65
HexAAA0B98E01B108f44
Octal252240271101603341017104
Binary1010101010100000101110011000111001101110000100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA0B9; }

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

 H1.HeaderClassName
 {
   color: #AAA0B9;
 }
 .AnyTagClassName
 {
   color: #AAA0B9;
 }
</style>
background-color css

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

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

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

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

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

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