#ACAD85

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

Shades of Locust #ACAD85

Tints of Locust #ACAD85

Color information

#ACAD85 (or 0xACAD85) is unknown color: approx Locust. HEX triplet: AC, AD and 85. RGB value is (172,173,133). Sum of RGB (Red+Green+Blue) = 172+173+133=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 173 - color contains mainly: green. Hex color #ACAD85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAD85 is #53527A. Grayscale: #A8A8A8. Windows color (decimal): -5460603 or 8760748. OLE color: 8760748.

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

Color convert

RGB172173133-
CMYK0.0100.230.32
HSL61.5º19.61%60%-
HSV(B)61.5º23.12%67.84%-
XYZ36.1940.3528.07-
YUV168.14108.17130.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.98%
GREEN value IS 173 (67.97% from 255) = 36.19%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=35.98%
G=36.19%
B=27.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721731330.0100.230.3261.519.6160
HexACAD851017203e143c
Octal254255205102740762474
Binary101011001010110110000101101011110000011111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAD85; }

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

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

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

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

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

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

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

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