#AC82A1

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

Shades of Bouquet #AC82A1

Tints of Bouquet #AC82A1

Color information

#AC82A1 (or 0xAC82A1) is unknown color: approx Bouquet. HEX triplet: AC, 82 and A1. RGB value is (172,130,161). Sum of RGB (Red+Green+Blue) = 172+130+161=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC82A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC82A1 is #537D5E. Grayscale: #929292. Windows color (decimal): -5471583 or 10584748. OLE color: 10584748.

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

Color convert

RGB172130161-
CMYK00.240.060.33
HSL315.71º20.19%59.22%-
HSV(B)315.71º24.42%67.45%-
XYZ31.4327.3137.33-
YUV146.09136.41146.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=37.15%
G=28.08%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17213016100.240.060.33315.7120.1959.22
HexAC82A101862113c143b
Octal2542022410306414742473
Binary10101100100000101010000101100011010000110011110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC82A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC82A1; }

 p { color: rgb(172,130,161); }

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

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

 a { background-color: rgb(172,130,161); }

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

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

 span { border-color: rgb(172,130,161); }

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