#ACAD91

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

Shades of Bud #ACAD91

Tints of Bud #ACAD91

Color information

#ACAD91 (or 0xACAD91) is unknown color: approx Bud. HEX triplet: AC, AD and 91. RGB value is (172,173,145). Sum of RGB (Red+Green+Blue) = 172+173+145=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 173 (67.97% from 255 or 35.31% from 490); Blue value is 145 (57.03% from 255 or 29.59% from 490); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD91 is #53526E. Grayscale: #A9A9A9. Windows color (decimal): -5460591 or 9547180. OLE color: 9547180.

HSL color Cylindrical-coordinate representation of color #ACAD91: hue angle of 62.14º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACAD91 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB172173145-
CMYK0.0100.160.32
HSL62.14º14.58%62.35%-
HSV(B)62.14º16.18%67.84%-
XYZ37.0740.732.69-
YUV169.51114.17129.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.10%
GREEN value IS 173 (67.97% from 255) = 35.31%
BLUE value IS 145 (57.03% from 255) = 29.59%
R=35.10%
G=35.31%
B=29.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731450.0100.160.3262.1414.5862.35
HexACAD911010203ef3e
Octal254255221102040761776
Binary10101100101011011001000110100001000001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD91; }

 p { color: rgb(172,173,145); }

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

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

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

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

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

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

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