#ACAE7D

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

Shades of Locust #ACAE7D

Tints of Locust #ACAE7D

Color information

#ACAE7D (or 0xACAE7D) is unknown color: approx Locust. HEX triplet: AC, AE and 7D. RGB value is (172,174,125). Sum of RGB (Red+Green+Blue) = 172+174+125=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 174 (68.36% from 255 or 36.94% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE7D is #535182. Grayscale: #A8A8A8. Windows color (decimal): -5460355 or 8236716. OLE color: 8236716.

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

Color convert

RGB172174125-
CMYK0.0100.280.32
HSL62.45º23.22%58.63%-
HSV(B)62.45º28.16%68.24%-
XYZ35.8540.5225.33-
YUV167.82103.84130.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 174 (68.36% from 255) = 36.94%
BLUE value IS 125 (49.22% from 255) = 26.54%
R=36.52%
G=36.94%
B=26.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1721741250.0100.280.3262.4523.2258.63
HexACAE7D101C203e173b
Octal254256175103440762773
Binary10101100101011101111101101110010000011111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE7D; }

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

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

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

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

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

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

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

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