#ACB47A

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

Shades of Locust #ACB47A

Tints of Locust #ACB47A

Color information

#ACB47A (or 0xACB47A) is unknown color: approx Locust. HEX triplet: AC, B4 and 7A. RGB value is (172,180,122). Sum of RGB (Red+Green+Blue) = 172+180+122=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47A is #534B85. Grayscale: #ABABAB. Windows color (decimal): -5458822 or 8041644. OLE color: 8041644.

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

Color convert

RGB172180122-
CMYK0.0400.320.29
HSL68.28º27.88%59.22%-
HSV(B)68.28º32.22%70.59%-
XYZ36.8542.8224.74-
YUV171100.35128.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.29%
GREEN value IS 180 (70.70% from 255) = 37.97%
BLUE value IS 122 (48.05% from 255) = 25.74%
R=36.29%
G=37.97%
B=25.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1721801220.0400.320.2968.2827.8859.22
HexACB47A40201D441c3b
Octal2542641724040351043473
Binary10101100101101001111010100010000011101100010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB47A; }

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

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

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

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

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

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

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

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