#ACB183

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

Shades of Locust #ACB183

Tints of Locust #ACB183

Color information

#ACB183 (or 0xACB183) is unknown color: approx Locust. HEX triplet: AC, B1 and 83. RGB value is (172,177,131). Sum of RGB (Red+Green+Blue) = 172+177+131=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB183 is #534E7C. Grayscale: #AAAAAA. Windows color (decimal): -5459581 or 8630700. OLE color: 8630700.

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

Color convert

RGB172177131-
CMYK0.0300.260.31
HSL66.52º22.77%60.39%-
HSV(B)66.52º25.99%69.41%-
XYZ36.8341.8527.61-
YUV170.26105.84129.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.83%
GREEN value IS 177 (69.53% from 255) = 36.88%
BLUE value IS 131 (51.56% from 255) = 27.29%
R=35.83%
G=36.88%
B=27.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771310.0300.260.3166.5222.7760.39
HexACB183301A1F43173c
Octal2542612033032371032774
Binary1010110010110001100000111101101011111100001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB183; }

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

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

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

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

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

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

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

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