#ACB179

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

Shades of Locust #ACB179

Tints of Locust #ACB179

Color information

#ACB179 (or 0xACB179) is unknown color: approx Locust. HEX triplet: AC, B1 and 79. RGB value is (172,177,121). Sum of RGB (Red+Green+Blue) = 172+177+121=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 177 (69.53% from 255 or 37.66% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB179 is #534E86. Grayscale: #A9A9A9. Windows color (decimal): -5459591 or 7975340. OLE color: 7975340.

HSL color Cylindrical-coordinate representation of color #ACB179: hue angle of 65.36º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACB179 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB172177121-
CMYK0.0300.320.31
HSL65.36º26.42%58.43%-
HSV(B)65.36º31.64%69.41%-
XYZ36.1941.624.21-
YUV169.12100.84130.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.60%
GREEN value IS 177 (69.53% from 255) = 37.66%
BLUE value IS 121 (47.66% from 255) = 25.74%
R=36.60%
G=37.66%
B=25.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771210.0300.320.3165.3626.4258.43
HexACB17930201F411a3a
Octal2542611713040371013272
Binary1010110010110001111100111010000011111100000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB179; }

 p { color: rgb(172,177,121); }

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

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

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

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

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

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

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