#ACB182

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

Shades of Locust #ACB182

Tints of Locust #ACB182

Color information

#ACB182 (or 0xACB182) is unknown color: approx Locust. HEX triplet: AC, B1 and 82. RGB value is (172,177,130). Sum of RGB (Red+Green+Blue) = 172+177+130=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 177 (69.53% from 255 or 36.95% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACB182 is #534E7D. Grayscale: #AAAAAA. Windows color (decimal): -5459582 or 8565164. OLE color: 8565164.

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

Color convert

RGB172177130-
CMYK0.0300.270.31
HSL66.38º23.15%60.2%-
HSV(B)66.38º26.55%69.41%-
XYZ36.7641.8327.25-
YUV170.15105.34129.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 35.91%
GREEN value IS 177 (69.53% from 255) = 36.95%
BLUE value IS 130 (51.17% from 255) = 27.14%
R=35.91%
G=36.95%
B=27.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721771300.0300.270.3166.3823.1560.2
HexACB182301B1F42173c
Octal2542612023033371022774
Binary1010110010110001100000101101101111111100001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB182; }

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

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

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

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

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

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

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

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