#AAA1BD

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

Shades of Biloba Flower #AAA1BD

Tints of Biloba Flower #AAA1BD

Color information

#AAA1BD (or 0xAAA1BD) is unknown color: approx Biloba Flower. HEX triplet: AA, A1 and BD. RGB value is (170,161,189). Sum of RGB (Red+Green+Blue) = 170+161+189=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAA1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AAA1BD is #555E42. Grayscale: #A6A6A6. Windows color (decimal): -5594691 or 12427690. OLE color: 12427690.

HSL color Cylindrical-coordinate representation of color #AAA1BD: hue angle of 259.29º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAA1BD is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170161189-
CMYK0.100.1500.26
HSL259.29º17.5%68.63%-
HSV(B)259.29º14.81%74.12%-
XYZ38.5137.7153.39-
YUV166.88140.48130.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.69%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 189 (74.22% from 255) = 36.35%
R=32.69%
G=30.96%
B=36.35%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701611890.100.1500.26259.2917.568.63
HexAAA1BDAF01A1031145
Octal252241275121703240321105
Binary10101010101000011011110110101111011010100000011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAA1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAA1BD; }

 p { color: rgb(170,161,189); }

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

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

 a { background-color: rgb(170,161,189); }

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

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

 span { border-color: rgb(170,161,189); }

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