#ACAE81

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

Shades of Locust #ACAE81

Tints of Locust #ACAE81

Color information

#ACAE81 (or 0xACAE81) is unknown color: approx Locust. HEX triplet: AC, AE and 81. RGB value is (172,174,129). Sum of RGB (Red+Green+Blue) = 172+174+129=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 174 (68.36% from 255 or 36.63% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAE81 is #53517E. Grayscale: #A8A8A8. Windows color (decimal): -5460351 or 8498860. OLE color: 8498860.

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

Color convert

RGB172174129-
CMYK0.0100.260.32
HSL62.67º21.74%59.41%-
HSV(B)62.67º25.86%68.24%-
XYZ36.1140.6326.71-
YUV168.27105.84130.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 174 (68.36% from 255) = 36.63%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=36.21%
G=36.63%
B=27.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741290.0100.260.3262.6721.7459.41
HexACAE81101A203f163b
Octal254256201103240772673
Binary101011001010111010000001101101010000011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE81; }

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

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

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

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

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

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

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

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