#ACAF81

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

Shades of Locust #ACAF81

Tints of Locust #ACAF81

Color information

#ACAF81 (or 0xACAF81) is unknown color: approx Locust. HEX triplet: AC, AF and 81. RGB value is (172,175,129). Sum of RGB (Red+Green+Blue) = 172+175+129=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF81 is #53507E. Grayscale: #A9A9A9. Windows color (decimal): -5460095 or 8499116. OLE color: 8499116.

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

Color convert

RGB172175129-
CMYK0.0200.260.31
HSL63.91º22.33%59.61%-
HSV(B)63.91º26.29%68.63%-
XYZ36.3141.0226.77-
YUV168.86105.51130.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.13%
GREEN value IS 175 (68.75% from 255) = 36.76%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=36.13%
G=36.76%
B=27.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751290.0200.260.3163.9122.3359.61
HexACAF81201A1F40163c
Octal2542572012032371002674
Binary1010110010101111100000011001101011111100000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF81; }

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

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

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

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

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

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

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

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