#AB829C

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

Shades of Bouquet #AB829C

Tints of Bouquet #AB829C

Color information

#AB829C (or 0xAB829C) is unknown color: approx Bouquet. HEX triplet: AB, 82 and 9C. RGB value is (171,130,156). Sum of RGB (Red+Green+Blue) = 171+130+156=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB829C is #547D63. Grayscale: #919191. Windows color (decimal): -5537124 or 10257067. OLE color: 10257067.

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

Color convert

RGB171130156-
CMYK00.240.090.33
HSL321.95º19.62%59.02%-
HSV(B)321.95º23.98%67.06%-
XYZ30.7827.0235.05-
YUV145.22134.08146.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.42%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=37.42%
G=28.45%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17113015600.240.090.33321.9519.6259.02
HexAB829C018921142143b
Octal25320223403011415022473
Binary101010111000001010011100011000100110000110100001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB829C; }

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

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

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

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

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

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

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

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