#ACAE75

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

Shades of Locust #ACAE75

Tints of Locust #ACAE75

Color information

#ACAE75 (or 0xACAE75) is unknown color: approx Locust. HEX triplet: AC, AE and 75. RGB value is (172,174,117). Sum of RGB (Red+Green+Blue) = 172+174+117=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 174 - color contains mainly: green. Hex color #ACAE75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAE75 is #53518A. Grayscale: #A7A7A7. Windows color (decimal): -5460363 or 7712428. OLE color: 7712428.

HSL color Cylindrical-coordinate representation of color #ACAE75: hue angle of 62.11º 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 #ACAE75 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB172174117-
CMYK0.0100.330.32
HSL62.11º26.03%57.06%-
HSV(B)62.11º32.76%68.24%-
XYZ35.3640.3322.75-
YUV166.999.84131.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.15%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=37.15%
G=37.58%
B=25.27%

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
Decimal1721741170.0100.330.3262.1126.0357.06
HexACAE751021203e1a39
Octal254256165104140763271
Binary101011001010111011101011010000110000011111011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAE75; }

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

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

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

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

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

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

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

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