#ACB47B

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

Shades of Locust #ACB47B

Tints of Locust #ACB47B

Color information

#ACB47B (or 0xACB47B) is unknown color: approx Locust. HEX triplet: AC, B4 and 7B. RGB value is (172,180,123). Sum of RGB (Red+Green+Blue) = 172+180+123=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 180 (70.70% from 255 or 37.89% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47B is #534B84. Grayscale: #ABABAB. Windows color (decimal): -5458821 or 8107180. OLE color: 8107180.

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

Color convert

RGB172180123-
CMYK0.0400.320.29
HSL68.42º27.54%59.41%-
HSV(B)68.42º31.67%70.59%-
XYZ36.9142.8425.06-
YUV171.11100.85128.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.21%
GREEN value IS 180 (70.70% from 255) = 37.89%
BLUE value IS 123 (48.44% from 255) = 25.89%
R=36.21%
G=37.89%
B=25.89%

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
Decimal1721801230.0400.320.2968.4227.5459.41
HexACB47B40201D441c3b
Octal2542641734040351043473
Binary10101100101101001111011100010000011101100010011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB47B; }

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

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

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

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

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

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

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

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