#ACAD79

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

Shades of Locust #ACAD79

Tints of Locust #ACAD79

Color information

#ACAD79 (or 0xACAD79) is unknown color: approx Locust. HEX triplet: AC, AD and 79. RGB value is (172,173,121). Sum of RGB (Red+Green+Blue) = 172+173+121=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 121 (47.66% from 255 or 25.97% from 466); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD79 is #535286. Grayscale: #A6A6A6. Windows color (decimal): -5460615 or 7974316. OLE color: 7974316.

HSL color Cylindrical-coordinate representation of color #ACAD79: hue angle of 61.15º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACAD79 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB172173121-
CMYK0.0100.300.32
HSL61.15º24.07%57.65%-
HSV(B)61.15º30.06%67.84%-
XYZ35.4140.0423.95-
YUV166.77102.17131.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 173 (67.97% from 255) = 37.12%
BLUE value IS 121 (47.66% from 255) = 25.97%
R=36.91%
G=37.12%
B=25.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731210.0100.300.3261.1524.0757.65
HexACAD79101E203d183a
Octal254255171103640753072
Binary10101100101011011111001101111010000011110111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD79; }

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

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

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

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

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

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

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

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