#ACAD82

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

Shades of Locust #ACAD82

Tints of Locust #ACAD82

Color information

#ACAD82 (or 0xACAD82) is unknown color: approx Locust. HEX triplet: AC, AD and 82. RGB value is (172,173,130). Sum of RGB (Red+Green+Blue) = 172+173+130=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD82 is #53527D. Grayscale: #A7A7A7. Windows color (decimal): -5460606 or 8564140. OLE color: 8564140.

HSL color Cylindrical-coordinate representation of color #ACAD82: hue angle of 61.4º 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 #ACAD82 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB172173130-
CMYK0.0100.250.32
HSL61.4º20.77%59.41%-
HSV(B)61.4º24.86%67.84%-
XYZ35.9940.2727-
YUV167.8106.67131-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 173 (67.97% from 255) = 36.42%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=36.21%
G=36.42%
B=27.37%

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
Decimal1721731300.0100.250.3261.420.7759.41
HexACAD821019203d153b
Octal254255202103140752573
Binary101011001010110110000010101100110000011110110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD82; }

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

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

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

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

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

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

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

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