#A3A678

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

Shades of Locust #A3A678

Tints of Locust #A3A678

Color information

#A3A678 (or 0xA3A678) is unknown color: approx Locust. HEX triplet: A3, A6 and 78. RGB value is (163,166,120). Sum of RGB (Red+Green+Blue) = 163+166+120=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 166 (65.23% from 255 or 36.97% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A678 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A678 is #5C5987. Grayscale: #A0A0A0. Windows color (decimal): -6052232 or 7906979. OLE color: 7906979.

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

Color convert

RGB163166120-
CMYK0.0200.280.35
HSL63.91º20.54%56.08%-
HSV(B)63.91º27.71%65.1%-
XYZ32.1336.4223.1-
YUV159.86105.51130.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.30%
GREEN value IS 166 (65.23% from 255) = 36.97%
BLUE value IS 120 (47.27% from 255) = 26.73%
R=36.30%
G=36.97%
B=26.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631661200.0200.280.3563.9120.5456.08
HexA3A678201C23401538
Octal2432461702034431002570
Binary1010001110100110111100010011100100011100000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A678; }

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

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

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

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

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

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

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

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