#AB8094

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

Shades of Bouquet #AB8094

Tints of Bouquet #AB8094

Color information

#AB8094 (or 0xAB8094) is unknown color: approx Bouquet. HEX triplet: AB, 80 and 94. RGB value is (171,128,148). Sum of RGB (Red+Green+Blue) = 171+128+148=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8094 is #547F6B. Grayscale: #8F8F8F. Windows color (decimal): -5537644 or 9732267. OLE color: 9732267.

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

Color convert

RGB171128148-
CMYK00.250.130.33
HSL332.09º20.38%58.63%-
HSV(B)332.09º25.15%67.06%-
XYZ29.8626.2331.51-
YUV143.14130.75147.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.26%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 148 (58.20% from 255) = 33.11%
R=38.26%
G=28.64%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17112814800.250.130.33332.0920.3858.63
HexAB8094019D2114c143b
Octal25320022403115415142473
Binary101010111000000010010100011001110110000110100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8094; }

 p { color: rgb(171,128,148); }

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

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

 a { background-color: rgb(171,128,148); }

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

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

 span { border-color: rgb(171,128,148); }

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