#a1a679

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

Shades of Locust #A1A679

Tints of Locust #A1A679

Color information

#A1A679 (or 0xA1A679) is unknown color: approx Locust. HEX triplet: A1, A6 and 79. RGB value is (161,166,121). Sum of RGB (Red+Green+Blue) = 161+166+121=448 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.94% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 166 - color contains mainly: green. Hex color #A1A679 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1A679 is #5E5986. Grayscale: #9F9F9F. Windows color (decimal): -6183303 or 7972513. OLE color: 7972513.

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

Color convert

RGB161166121-
CMYK0.0300.270.35
HSL66.67º20.18%56.27%-
HSV(B)66.67º27.11%65.1%-
XYZ31.7936.2323.41-
YUV159.38106.34129.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.94%
GREEN value IS 166 (65.23% from 255) = 37.05%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=35.94%
G=37.05%
B=27.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1611661210.0300.270.3566.6720.1856.27
HexA1A679301B23431438
Octal2412461713033431032470
Binary1010000110100110111100111011011100011100001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1a679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1a679; }

 p { color: rgb(161,166,121); }

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

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

 a { background-color: rgb(161,166,121); }

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

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

 span { border-color: rgb(161,166,121); }

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