#ACAD70

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

Shades of Locust #ACAD70

Tints of Locust #ACAD70

Color information

#ACAD70 (or 0xACAD70) is unknown color: approx Locust. HEX triplet: AC, AD and 70. RGB value is (172,173,112). Sum of RGB (Red+Green+Blue) = 172+173+112=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 173 (67.97% from 255 or 37.86% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAD70 is #53528F. Grayscale: #A5A5A5. Windows color (decimal): -5460624 or 7384492. OLE color: 7384492.

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

Color convert

RGB172173112-
CMYK0.0100.350.32
HSL60.98º27.11%55.88%-
HSV(B)60.98º35.26%67.84%-
XYZ34.8839.8321.18-
YUV165.7597.67132.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.64%
GREEN value IS 173 (67.97% from 255) = 37.86%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=37.64%
G=37.86%
B=24.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731120.0100.350.3260.9827.1155.88
HexACAD701023203d1b38
Octal254255160104340753370
Binary101011001010110111100001010001110000011110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD70; }

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

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

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

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

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

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

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

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