#AB8495

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

Shades of Bouquet #AB8495

Tints of Bouquet #AB8495

Color information

#AB8495 (or 0xAB8495) is unknown color: approx Bouquet. HEX triplet: AB, 84 and 95. RGB value is (171,132,149). Sum of RGB (Red+Green+Blue) = 171+132+149=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8495 is #547B6A. Grayscale: #919191. Windows color (decimal): -5536619 or 9798827. OLE color: 9798827.

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

Color convert

RGB171132149-
CMYK00.230.130.33
HSL333.85º18.84%59.41%-
HSV(B)333.85º22.81%67.06%-
XYZ30.4727.3332.1-
YUV145.6129.92146.12-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.83%
GREEN value IS 132 (51.95% from 255) = 29.20%
BLUE value IS 149 (58.59% from 255) = 32.96%
R=37.83%
G=29.20%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113214900.230.130.33333.8518.8459.41
HexAB8495017D2114e133b
Octal25320422502715415162373
Binary101010111000010010010101010111110110000110100111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB8495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB8495; }

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

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

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

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

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

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

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

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