#AC90A3

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

Shades of Bouquet #AC90A3

Tints of Bouquet #AC90A3

Color information

#AC90A3 (or 0xAC90A3) is unknown color: approx Bouquet. HEX triplet: AC, 90 and A3. RGB value is (172,144,163). Sum of RGB (Red+Green+Blue) = 172+144+163=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 144 (56.64% from 255 or 30.06% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 172 - color contains mainly: red. Hex color #AC90A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC90A3 is #536F5C. Grayscale: #9A9A9A. Windows color (decimal): -5467997 or 10719404. OLE color: 10719404.

HSL color Cylindrical-coordinate representation of color #AC90A3: hue angle of 319.29º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AC90A3 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB172144163-
CMYK00.160.050.33
HSL319.29º14.43%61.96%-
HSV(B)319.29º16.28%67.45%-
XYZ33.631.3638.93-
YUV154.54132.78140.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 144 (56.64% from 255) = 30.06%
BLUE value IS 163 (64.06% from 255) = 34.03%
R=35.91%
G=30.06%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17214416300.160.050.33319.2914.4361.96
HexAC90A301052113fe3e
Octal2542202430205414771676
Binary1010110010010000101000110100001011000011001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC90A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC90A3; }

 p { color: rgb(172,144,163); }

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

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

 a { background-color: rgb(172,144,163); }

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

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

 span { border-color: rgb(172,144,163); }

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