#AB8296

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

Shades of Bouquet #AB8296

Tints of Bouquet #AB8296

Color information

#AB8296 (or 0xAB8296) is unknown color: approx Bouquet. HEX triplet: AB, 82 and 96. RGB value is (171,130,150). Sum of RGB (Red+Green+Blue) = 171+130+150=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8296 is #547D69. Grayscale: #909090. Windows color (decimal): -5537130 or 9863851. OLE color: 9863851.

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

Color convert

RGB171130150-
CMYK00.240.120.33
HSL330.73º19.62%59.02%-
HSV(B)330.73º23.98%67.06%-
XYZ30.2826.8332.44-
YUV144.54131.08146.87-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 130 (51.17% from 255) = 28.82%
BLUE value IS 150 (58.98% from 255) = 33.26%
R=37.92%
G=28.82%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113015000.240.120.33330.7319.6259.02
HexAB8296018C2114b143b
Octal25320222603014415132473
Binary101010111000001010010110011000110010000110100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8296; }

 p { color: rgb(171,130,150); }

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

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

 a { background-color: rgb(171,130,150); }

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

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

 span { border-color: rgb(171,130,150); }

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