#AB90A0

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

Shades of Bouquet #AB90A0

Tints of Bouquet #AB90A0

Color information

#AB90A0 (or 0xAB90A0) is unknown color: approx Bouquet. HEX triplet: AB, 90 and A0. RGB value is (171,144,160). Sum of RGB (Red+Green+Blue) = 171+144+160=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 144 (56.64% from 255 or 30.32% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 171 - color contains mainly: red. Hex color #AB90A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB90A0 is #546F5F. Grayscale: #999999. Windows color (decimal): -5533536 or 10522795. OLE color: 10522795.

HSL color Cylindrical-coordinate representation of color #AB90A0: hue angle of 324.44º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AB90A0 is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB171144160-
CMYK00.160.060.33
HSL324.44º13.85%61.76%-
HSV(B)324.44º15.79%67.06%-
XYZ33.1131.1437.52-
YUV153.9131.45140.2-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36%
GREEN value IS 144 (56.64% from 255) = 30.32%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=36%
G=30.32%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114416000.160.060.33324.4413.8561.76
HexAB90A0010621144e3e
Octal2532202400206415041676
Binary1010101110010000101000000100001101000011010001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB90A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB90A0; }

 p { color: rgb(171,144,160); }

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

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

 a { background-color: rgb(171,144,160); }

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

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

 span { border-color: rgb(171,144,160); }

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