#A1AC83

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

Shades of Locust #A1AC83

Tints of Locust #A1AC83

Color information

#A1AC83 (or 0xA1AC83) is unknown color: approx Locust. HEX triplet: A1, AC and 83. RGB value is (161,172,131). Sum of RGB (Red+Green+Blue) = 161+172+131=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 172 (67.58% from 255 or 37.07% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC83 is #5E537C. Grayscale: #A4A4A4. Windows color (decimal): -6181757 or 8629409. OLE color: 8629409.

HSL color Cylindrical-coordinate representation of color #A1AC83: hue angle of 76.1º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A1AC83 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB161172131-
CMYK0.0600.240.33
HSL76.1º19.81%59.41%-
HSV(B)76.1º23.84%67.45%-
XYZ33.5538.7227.18-
YUV164.04109.36125.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.70%
GREEN value IS 172 (67.58% from 255) = 37.07%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=34.70%
G=37.07%
B=28.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1611721310.0600.240.3376.119.8159.41
HexA1AC836018214c143b
Octal2412542036030411142473
Binary101000011010110010000011110011000100001100110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AC83; }

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

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

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

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

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

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

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

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