#A3A885

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

Shades of Locust #A3A885

Tints of Locust #A3A885

Color information

#A3A885 (or 0xA3A885) is unknown color: approx Locust. HEX triplet: A3, A8 and 85. RGB value is (163,168,133). Sum of RGB (Red+Green+Blue) = 163+168+133=464 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.13% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A885 is #5C577A. Grayscale: #A2A2A2. Windows color (decimal): -6051707 or 8759459. OLE color: 8759459.

HSL color Cylindrical-coordinate representation of color #A3A885: hue angle of 68.57º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A885 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB163168133-
CMYK0.0300.210.34
HSL68.57º16.75%59.02%-
HSV(B)68.57º20.83%65.88%-
XYZ33.3437.4927.67-
YUV162.52111.34128.35-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.13%
GREEN value IS 168 (66.02% from 255) = 36.21%
BLUE value IS 133 (52.34% from 255) = 28.66%
R=35.13%
G=36.21%
B=28.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1631681330.0300.210.3468.5716.7559.02
HexA3A88530152245113b
Octal2432502053025421052173
Binary10100011101010001000010111010101100010100010110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3A885; }

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

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

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

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

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

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

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

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