#ACB477

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

Shades of Locust #ACB477

Tints of Locust #ACB477

Color information

#ACB477 (or 0xACB477) is unknown color: approx Locust. HEX triplet: AC, B4 and 77. RGB value is (172,180,119). Sum of RGB (Red+Green+Blue) = 172+180+119=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 180 (70.70% from 255 or 38.22% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB477 is #534B88. Grayscale: #AAAAAA. Windows color (decimal): -5458825 or 7845036. OLE color: 7845036.

HSL color Cylindrical-coordinate representation of color #ACB477: hue angle of 67.87º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ACB477 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB172180119-
CMYK0.0400.340.29
HSL67.87º28.91%58.63%-
HSV(B)67.87º33.89%70.59%-
XYZ36.6642.7523.77-
YUV170.6598.85128.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.52%
GREEN value IS 180 (70.70% from 255) = 38.22%
BLUE value IS 119 (46.88% from 255) = 25.27%
R=36.52%
G=38.22%
B=25.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801190.0400.340.2967.8728.9158.63
HexACB47740221D441d3b
Octal2542641674042351043573
Binary10101100101101001110111100010001011101100010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB477; }

 p { color: rgb(172,180,119); }

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

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

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

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

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

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

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