#A3AB7F

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

Shades of Locust #A3AB7F

Tints of Locust #A3AB7F

Color information

#A3AB7F (or 0xA3AB7F) is unknown color: approx Locust. HEX triplet: A3, AB and 7F. RGB value is (163,171,127). Sum of RGB (Red+Green+Blue) = 163+171+127=461 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.36% from 461); Green value is 171 (67.19% from 255 or 37.09% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB7F is #5C5480. Grayscale: #A3A3A3. Windows color (decimal): -6050945 or 8367011. OLE color: 8367011.

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

Color convert

RGB163171127-
CMYK0.0500.260.33
HSL70.91º20.75%58.43%-
HSV(B)70.91º25.73%67.06%-
XYZ33.538.4425.73-
YUV163.59107.35127.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.36%
GREEN value IS 171 (67.19% from 255) = 37.09%
BLUE value IS 127 (50% from 255) = 27.55%
R=35.36%
G=37.09%
B=27.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1631711270.0500.260.3370.9120.7558.43
HexA3AB7F501A2147153a
Octal2432531775032411072572
Binary10100011101010111111111101011010100001100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB7F; }

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

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

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

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

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

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

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

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