#A3AD7C

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

Shades of Locust #A3AD7C

Tints of Locust #A3AD7C

Color information

#A3AD7C (or 0xA3AD7C) is unknown color: approx Locust. HEX triplet: A3, AD and 7C. RGB value is (163,173,124). Sum of RGB (Red+Green+Blue) = 163+173+124=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 173 - color contains mainly: green. Hex color #A3AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A3AD7C is #5C5283. Grayscale: #A4A4A4. Windows color (decimal): -6050436 or 8170915. OLE color: 8170915.

HSL color Cylindrical-coordinate representation of color #A3AD7C: hue angle of 72.24º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3AD7C is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB163173124-
CMYK0.0600.280.32
HSL72.24º23%58.24%-
HSV(B)72.24º28.32%67.84%-
XYZ33.6939.1324.85-
YUV164.42105.19126.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 173 (67.97% from 255) = 37.61%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=35.43%
G=37.61%
B=26.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1631731240.0600.280.3272.242358.24
HexA3AD7C601C2048173a
Octal2432551746034401102772
Binary10100011101011011111100110011100100000100100010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AD7C; }

 p { color: rgb(163,173,124); }

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

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

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

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

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

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

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