#A3A875

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

Shades of Locust #A3A875

Tints of Locust #A3A875

Color information

#A3A875 (or 0xA3A875) is unknown color: approx Locust. HEX triplet: A3, A8 and 75. RGB value is (163,168,117). Sum of RGB (Red+Green+Blue) = 163+168+117=448 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.38% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A875 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3A875 is #5C578A. Grayscale: #A0A0A0. Windows color (decimal): -6051723 or 7710883. OLE color: 7710883.

HSL color Cylindrical-coordinate representation of color #A3A875: hue angle of 65.88º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A3A875 is Cyan = 0.03, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB163168117-
CMYK0.0300.300.34
HSL65.88º22.67%55.88%-
HSV(B)65.88º30.36%65.88%-
XYZ32.3237.0822.28-
YUV160.69103.34129.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.38%
GREEN value IS 168 (66.02% from 255) = 37.5%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=36.38%
G=37.5%
B=26.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631681170.0300.300.3465.8822.6755.88
HexA3A875301E22421738
Octal2432501653036421022770
Binary1010001110101000111010111011110100010100001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A875; }

 p { color: rgb(163,168,117); }

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

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

 a { background-color: rgb(163,168,117); }

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

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

 span { border-color: rgb(163,168,117); }

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