#A3AB7E

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

Shades of Locust #A3AB7E

Tints of Locust #A3AB7E

Color information

#A3AB7E (or 0xA3AB7E) is unknown color: approx Locust. HEX triplet: A3, AB and 7E. RGB value is (163,171,126). Sum of RGB (Red+Green+Blue) = 163+171+126=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 171 (67.19% from 255 or 37.17% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 171 - color contains mainly: green. Hex color #A3AB7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AB7E is #5C5481. Grayscale: #A3A3A3. Windows color (decimal): -6050946 or 8301475. OLE color: 8301475.

HSL color Cylindrical-coordinate representation of color #A3AB7E: hue angle of 70.67º 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 #A3AB7E is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB163171126-
CMYK0.0500.260.33
HSL70.67º21.13%58.24%-
HSV(B)70.67º26.32%67.06%-
XYZ33.4338.4225.39-
YUV163.48106.85127.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 171 (67.19% from 255) = 37.17%
BLUE value IS 126 (49.61% from 255) = 27.39%
R=35.43%
G=37.17%
B=27.39%

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
Decimal1631711260.0500.260.3370.6721.1358.24
HexA3AB7E501A2147153a
Octal2432531765032411072572
Binary10100011101010111111110101011010100001100011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AB7E; }

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

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

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

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

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

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

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

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