#ACAD81

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

Shades of Locust #ACAD81

Tints of Locust #ACAD81

Color information

#ACAD81 (or 0xACAD81) is unknown color: approx Locust. HEX triplet: AC, AD and 81. RGB value is (172,173,129). Sum of RGB (Red+Green+Blue) = 172+173+129=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD81 is #53527E. Grayscale: #A7A7A7. Windows color (decimal): -5460607 or 8498604. OLE color: 8498604.

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

Color convert

RGB172173129-
CMYK0.0100.250.32
HSL61.36º21.15%59.22%-
HSV(B)61.36º25.43%67.84%-
XYZ35.9240.2426.64-
YUV167.68106.17131.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 173 (67.97% from 255) = 36.50%
BLUE value IS 129 (50.78% from 255) = 27.22%
R=36.29%
G=36.50%
B=27.22%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731290.0100.250.3261.3621.1559.22
HexACAD811019203d153b
Octal254255201103140752573
Binary101011001010110110000001101100110000011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD81; }

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

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

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

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

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

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

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

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