#AB8594

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

Shades of Bouquet #AB8594

Tints of Bouquet #AB8594

Color information

#AB8594 (or 0xAB8594) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 94. RGB value is (171,133,148). Sum of RGB (Red+Green+Blue) = 171+133+148=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8594 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8594 is #547A6B. Grayscale: #929292. Windows color (decimal): -5536364 or 9733547. OLE color: 9733547.

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

Color convert

RGB171133148-
CMYK00.220.130.33
HSL336.32º18.45%59.61%-
HSV(B)336.32º22.22%67.06%-
XYZ30.5327.5731.73-
YUV146.07129.09145.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 148 (58.20% from 255) = 32.74%
R=37.83%
G=29.42%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113314800.220.130.33336.3218.4559.61
HexAB8594016D21150123c
Octal25320522402615415202274
Binary101010111000010110010100010110110110000110101000010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8594; }

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

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

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

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

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

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

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

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