#AB8492

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

Shades of Bouquet #AB8492

Tints of Bouquet #AB8492

Color information

#AB8492 (or 0xAB8492) is unknown color: approx Bouquet. HEX triplet: AB, 84 and 92. RGB value is (171,132,146). Sum of RGB (Red+Green+Blue) = 171+132+146=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8492 is #547B6D. Grayscale: #919191. Windows color (decimal): -5536622 or 9602219. OLE color: 9602219.

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

Color convert

RGB171132146-
CMYK00.230.150.33
HSL338.46º18.84%59.41%-
HSV(B)338.46º22.81%67.06%-
XYZ30.2327.2430.86-
YUV145.26128.42146.36-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 132 (51.95% from 255) = 29.40%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=38.08%
G=29.40%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113214600.230.150.33338.4618.8459.41
HexAB8492017F21152133b
Octal25320422202717415222373
Binary101010111000010010010010010111111110000110101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8492; }

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

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

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

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

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

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

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

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