#A3A680

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

Shades of Locust #A3A680

Tints of Locust #A3A680

Color information

#A3A680 (or 0xA3A680) is unknown color: approx Locust. HEX triplet: A3, A6 and 80. RGB value is (163,166,128). Sum of RGB (Red+Green+Blue) = 163+166+128=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 128 (50.39% from 255 or 28.01% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A680 is #5C597F. Grayscale: #A0A0A0. Windows color (decimal): -6052224 or 8431267. OLE color: 8431267.

HSL color Cylindrical-coordinate representation of color #A3A680: hue angle of 64.74º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3A680 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB163166128-
CMYK0.0200.230.35
HSL64.74º17.59%57.65%-
HSV(B)64.74º22.89%65.1%-
XYZ32.6436.6225.77-
YUV160.77109.51129.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 166 (65.23% from 255) = 36.32%
BLUE value IS 128 (50.39% from 255) = 28.01%
R=35.67%
G=36.32%
B=28.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631661280.0200.230.3564.7417.5957.65
HexA3A68020172341123a
Octal2432462002027431012272
Binary10100011101001101000000010010111100011100000110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A680; }

 p { color: rgb(163,166,128); }

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

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

 a { background-color: rgb(163,166,128); }

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

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

 span { border-color: rgb(163,166,128); }

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