#AB8592

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

Shades of Bouquet #AB8592

Tints of Bouquet #AB8592

Color information

#AB8592 (or 0xAB8592) is unknown color: approx Bouquet. HEX triplet: AB, 85 and 92. RGB value is (171,133,146). Sum of RGB (Red+Green+Blue) = 171+133+146=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8592 is #547A6D. Grayscale: #919191. Windows color (decimal): -5536366 or 9602475. OLE color: 9602475.

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

Color convert

RGB171133146-
CMYK00.220.150.33
HSL339.47º18.45%59.61%-
HSV(B)339.47º22.22%67.06%-
XYZ30.3727.5130.9-
YUV145.84128.09145.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 133 (52.34% from 255) = 29.56%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=38%
G=29.56%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113314600.220.150.33339.4718.4559.61
HexAB8592016F21153123c
Octal25320522202617415232274
Binary101010111000010110010010010110111110000110101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8592; }

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

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

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

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

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

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

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

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