#ACB175

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

Shades of Locust #ACB175

Tints of Locust #ACB175

Color information

#ACB175 (or 0xACB175) is unknown color: approx Locust. HEX triplet: AC, B1 and 75. RGB value is (172,177,117). Sum of RGB (Red+Green+Blue) = 172+177+117=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 177 (69.53% from 255 or 37.98% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB175 is #534E8A. Grayscale: #A8A8A8. Windows color (decimal): -5459595 or 7713196. OLE color: 7713196.

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

Color convert

RGB172177117-
CMYK0.0300.340.31
HSL65º27.78%57.65%-
HSV(B)65º33.9%69.41%-
XYZ35.9541.522.95-
YUV168.6698.84130.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 36.91%
GREEN value IS 177 (69.53% from 255) = 37.98%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=36.91%
G=37.98%
B=25.11%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771170.0300.340.316527.7857.65
HexACB17530221F411c3a
Octal2542611653042371013472
Binary1010110010110001111010111010001011111100000111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB175; }

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

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

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

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

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

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

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

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