#A3AB76

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

Shades of Locust #A3AB76

Tints of Locust #A3AB76

Color information

#A3AB76 (or 0xA3AB76) is unknown color: approx Locust. HEX triplet: A3, AB and 76. RGB value is (163,171,118). Sum of RGB (Red+Green+Blue) = 163+171+118=452 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.06% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 118 (46.48% from 255 or 26.11% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB76 is #5C5489. Grayscale: #A2A2A2. Windows color (decimal): -6050954 or 7777187. OLE color: 7777187.

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

Color convert

RGB163171118-
CMYK0.0500.310.33
HSL69.06º23.98%56.67%-
HSV(B)69.06º30.99%67.06%-
XYZ32.9438.2222.78-
YUV162.57102.85128.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.06%
GREEN value IS 171 (67.19% from 255) = 37.83%
BLUE value IS 118 (46.48% from 255) = 26.11%
R=36.06%
G=37.83%
B=26.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711180.0500.310.3369.0623.9856.67
HexA3AB76501F21451839
Octal2432531665037411053071
Binary10100011101010111110110101011111100001100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB76; }

 p { color: rgb(163,171,118); }

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

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

 a { background-color: rgb(163,171,118); }

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

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

 span { border-color: rgb(163,171,118); }

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