#AB91A1

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

Shades of Bouquet #AB91A1

Tints of Bouquet #AB91A1

Color information

#AB91A1 (or 0xAB91A1) is unknown color: approx Bouquet. HEX triplet: AB, 91 and A1. RGB value is (171,145,161). Sum of RGB (Red+Green+Blue) = 171+145+161=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB91A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB91A1 is #546E5E. Grayscale: #9A9A9A. Windows color (decimal): -5533279 or 10588587. OLE color: 10588587.

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

Color convert

RGB171145161-
CMYK00.150.060.33
HSL323.08º13.4%61.96%-
HSV(B)323.08º15.2%67.06%-
XYZ33.3531.4838.04-
YUV154.6131.61139.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 145 (57.03% from 255) = 30.40%
BLUE value IS 161 (63.28% from 255) = 33.75%
R=35.85%
G=30.40%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114516100.150.060.33323.0813.461.96
HexAB91A10F621143d3e
Octal2532212410176415031576
Binary101010111001000110100001011111101000011010000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91A1; }

 p { color: rgb(171,145,161); }

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

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

 a { background-color: rgb(171,145,161); }

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

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

 span { border-color: rgb(171,145,161); }

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