#ACAD8F

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

Shades of Bud #ACAD8F

Tints of Bud #ACAD8F

Color information

#ACAD8F (or 0xACAD8F) is unknown color: approx Bud. HEX triplet: AC, AD and 8F. RGB value is (172,173,143). Sum of RGB (Red+Green+Blue) = 172+173+143=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 143 (56.25% from 255 or 29.30% from 488); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD8F is #535270. Grayscale: #A9A9A9. Windows color (decimal): -5460593 or 9416108. OLE color: 9416108.

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

Color convert

RGB172173143-
CMYK0.0100.170.32
HSL62º15.46%61.96%-
HSV(B)62º17.34%67.84%-
XYZ36.9140.6431.89-
YUV169.28113.17129.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.25%
GREEN value IS 173 (67.97% from 255) = 35.45%
BLUE value IS 143 (56.25% from 255) = 29.30%
R=35.25%
G=35.45%
B=29.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731430.0100.170.326215.4661.96
HexACAD8F1011203ef3e
Octal254255217102140761776
Binary10101100101011011000111110100011000001111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD8F; }

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

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

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

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

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

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

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

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