#AB91A2

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

Shades of Bouquet #AB91A2

Tints of Bouquet #AB91A2

Color information

#AB91A2 (or 0xAB91A2) is unknown color: approx Bouquet. HEX triplet: AB, 91 and A2. RGB value is (171,145,162). Sum of RGB (Red+Green+Blue) = 171+145+162=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 145 (57.03% from 255 or 30.33% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 171 - color contains mainly: red. Hex color #AB91A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB91A2 is #546E5D. Grayscale: #9A9A9A. Windows color (decimal): -5533278 or 10654123. OLE color: 10654123.

HSL color Cylindrical-coordinate representation of color #AB91A2: hue angle of 320.77º 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 #AB91A2 is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB171145162-
CMYK00.150.050.33
HSL320.77º13.4%61.96%-
HSV(B)320.77º15.2%67.06%-
XYZ33.4431.5238.5-
YUV154.71132.11139.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.77%
GREEN value IS 145 (57.03% from 255) = 30.33%
BLUE value IS 162 (63.67% from 255) = 33.89%
R=35.77%
G=30.33%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114516200.150.050.33320.7713.461.96
HexAB91A20F521141d3e
Octal2532212420175415011576
Binary101010111001000110100010011111011000011010000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB91A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB91A2; }

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

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

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

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

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

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

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

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