#A3AB7A

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

Shades of Locust #A3AB7A

Tints of Locust #A3AB7A

Color information

#A3AB7A (or 0xA3AB7A) is unknown color: approx Locust. HEX triplet: A3, AB and 7A. RGB value is (163,171,122). Sum of RGB (Red+Green+Blue) = 163+171+122=456 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.75% from 456); Green value is 171 (67.19% from 255 or 37.5% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB7A is #5C5485. Grayscale: #A3A3A3. Windows color (decimal): -6050950 or 8039331. OLE color: 8039331.

HSL color Cylindrical-coordinate representation of color #A3AB7A: hue angle of 69.8º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3AB7A is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB163171122-
CMYK0.0500.290.33
HSL69.8º22.58%57.45%-
HSV(B)69.8º28.65%67.06%-
XYZ33.1838.3224.06-
YUV163.02104.85127.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.75%
GREEN value IS 171 (67.19% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=35.75%
G=37.5%
B=26.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711220.0500.290.3369.822.5857.45
HexA3AB7A501D21461739
Octal2432531725035411062771
Binary10100011101010111111010101011101100001100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB7A; }

 p { color: rgb(163,171,122); }

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

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

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

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

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

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

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