#ACAC78

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

Shades of Locust #ACAC78

Tints of Locust #ACAC78

Color information

#ACAC78 (or 0xACAC78) is unknown color: approx Locust. HEX triplet: AC, AC and 78. RGB value is (172,172,120). Sum of RGB (Red+Green+Blue) = 172+172+120=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 120 (47.27% from 255 or 25.86% from 464); Max value from RGB is 172 - color contains mainly: red, green. Hex color #ACAC78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAC78 is #535387. Grayscale: #A6A6A6. Windows color (decimal): -5460872 or 7908524. OLE color: 7908524.

HSL color Cylindrical-coordinate representation of color #ACAC78: hue angle of 60º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACAC78 is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB172172120-
CMYK000.300.33
HSL60º23.85%57.25%-
HSV(B)60º30.23%67.45%-
XYZ35.1639.6323.57-
YUV166.07102132.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 37.07%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 120 (47.27% from 255) = 25.86%
R=37.07%
G=37.07%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172172120000.300.336023.8557.25
HexACAC78001E213c1839
Octal254254170003641743071
Binary10101100101011001111000001111010000111110011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAC78; }

 p { color: rgb(172,172,120); }

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

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

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

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

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

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

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