#ACAF80

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

Shades of Locust #ACAF80

Tints of Locust #ACAF80

Color information

#ACAF80 (or 0xACAF80) is unknown color: approx Locust. HEX triplet: AC, AF and 80. RGB value is (172,175,128). Sum of RGB (Red+Green+Blue) = 172+175+128=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF80 is #53507F. Grayscale: #A8A8A8. Windows color (decimal): -5460096 or 8433580. OLE color: 8433580.

HSL color Cylindrical-coordinate representation of color #ACAF80: hue angle of 63.83º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACAF80 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB172175128-
CMYK0.0200.270.31
HSL63.83º22.71%59.41%-
HSV(B)63.83º26.86%68.63%-
XYZ36.2440.9926.42-
YUV168.74105.01130.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 128 (50.39% from 255) = 26.95%
R=36.21%
G=36.84%
B=26.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751280.0200.270.3163.8322.7159.41
HexACAF80201B1F40173b
Octal2542572002033371002773
Binary1010110010101111100000001001101111111100000010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF80; }

 p { color: rgb(172,175,128); }

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

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

 a { background-color: rgb(172,175,128); }

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

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

 span { border-color: rgb(172,175,128); }

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