#ACAC90

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

Shades of Bud #ACAC90

Tints of Bud #ACAC90

Color information

#ACAC90 (or 0xACAC90) is unknown color: approx Bud. HEX triplet: AC, AC and 90. RGB value is (172,172,144). Sum of RGB (Red+Green+Blue) = 172+172+144=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAC90 is #53536F. Grayscale: #A8A8A8. Windows color (decimal): -5460848 or 9481388. OLE color: 9481388.

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

Color convert

RGB172172144-
CMYK000.160.33
HSL60º14.43%61.96%-
HSV(B)60º16.28%67.45%-
XYZ36.840.2932.22-
YUV168.81114130.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 172 (67.58% from 255) = 35.25%
BLUE value IS 144 (56.64% from 255) = 29.51%
R=35.25%
G=35.25%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172144000.160.336014.4361.96
HexACAC900010213ce3e
Octal254254220002041741676
Binary10101100101011001001000000100001000011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC90; }

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

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

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

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

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

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

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

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