#A3A385

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

Shades of Locust #A3A385

Tints of Locust #A3A385

Color information

#A3A385 (or 0xA3A385) is unknown color: approx Locust. HEX triplet: A3, A3 and 85. RGB value is (163,163,133). Sum of RGB (Red+Green+Blue) = 163+163+133=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A385 is #5C5C7A. Grayscale: #9F9F9F. Windows color (decimal): -6052987 or 8758179. OLE color: 8758179.

HSL color Cylindrical-coordinate representation of color #A3A385: hue angle of 60º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A385 is Cyan = 0, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB163163133-
CMYK000.180.36
HSL60º14.02%58.04%-
HSV(B)60º18.4%63.92%-
XYZ32.4435.6727.37-
YUV159.58113130.44-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 163 (64.06% from 255) = 35.51%
BLUE value IS 133 (52.34% from 255) = 28.98%
R=35.51%
G=35.51%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163163133000.180.366014.0258.04
HexA3A3850012243ce3a
Octal243243205002244741672
Binary10100011101000111000010100100101001001111001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A385; }

 p { color: rgb(163,163,133); }

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

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

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

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

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

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

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