#A3A772

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

Shades of Locust #A3A772

Tints of Locust #A3A772

Color information

#A3A772 (or 0xA3A772) is unknown color: approx Locust. HEX triplet: A3, A7 and 72. RGB value is (163,167,114). Sum of RGB (Red+Green+Blue) = 163+167+114=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 167 (65.62% from 255 or 37.61% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A772 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A772 is #5C588D. Grayscale: #9F9F9F. Windows color (decimal): -6051982 or 7514019. OLE color: 7514019.

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

Color convert

RGB163167114-
CMYK0.0200.320.35
HSL64.53º23.14%55.1%-
HSV(B)64.53º31.74%65.49%-
XYZ31.9636.6421.31-
YUV159.76102.17130.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.71%
GREEN value IS 167 (65.62% from 255) = 37.61%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=36.71%
G=37.61%
B=25.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1631671140.0200.320.3564.5323.1455.1
HexA3A772202023411737
Octal2432471622040431012767
Binary10100011101001111110010100100000100011100000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A772; }

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

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

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

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

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

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

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

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