#A3A77F

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

Shades of Locust #A3A77F

Tints of Locust #A3A77F

Color information

#A3A77F (or 0xA3A77F) is unknown color: approx Locust. HEX triplet: A3, A7 and 7F. RGB value is (163,167,127). Sum of RGB (Red+Green+Blue) = 163+167+127=457 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.67% from 457); Green value is 167 (65.62% from 255 or 36.54% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A77F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A77F is #5C5880. Grayscale: #A1A1A1. Windows color (decimal): -6051969 or 8365987. OLE color: 8365987.

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

Color convert

RGB163167127-
CMYK0.0200.240.35
HSL66º18.52%57.65%-
HSV(B)66º23.95%65.49%-
XYZ32.7536.9625.49-
YUV161.24108.67129.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.67%
GREEN value IS 167 (65.62% from 255) = 36.54%
BLUE value IS 127 (50% from 255) = 27.79%
R=35.67%
G=36.54%
B=27.79%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631671270.0200.240.356618.5257.65
HexA3A77F20182342133a
Octal2432471772030431022372
Binary1010001110100111111111110011000100011100001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A77F; }

 p { color: rgb(163,167,127); }

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

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

 a { background-color: rgb(163,167,127); }

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

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

 span { border-color: rgb(163,167,127); }

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