#ACAE74

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

Shades of Locust #ACAE74

Tints of Locust #ACAE74

Color information

#ACAE74 (or 0xACAE74) is unknown color: approx Locust. HEX triplet: AC, AE and 74. RGB value is (172,174,116). Sum of RGB (Red+Green+Blue) = 172+174+116=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE74 is #53518B. Grayscale: #A7A7A7. Windows color (decimal): -5460364 or 7646892. OLE color: 7646892.

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

Color convert

RGB172174116-
CMYK0.0100.330.32
HSL62.07º26.36%56.86%-
HSV(B)62.07º33.33%68.24%-
XYZ35.340.322.44-
YUV166.7999.34131.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.23%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 116 (45.70% from 255) = 25.11%
R=37.23%
G=37.66%
B=25.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741160.0100.330.3262.0726.3656.86
HexACAE741021203e1a39
Octal254256164104140763271
Binary101011001010111011101001010000110000011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE74; }

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

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

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

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

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

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

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

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