#A5AD7C

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

Shades of Locust #A5AD7C

Tints of Locust #A5AD7C

Color information

#A5AD7C (or 0xA5AD7C) is unknown color: approx Locust. HEX triplet: A5, AD and 7C. RGB value is (165,173,124). Sum of RGB (Red+Green+Blue) = 165+173+124=462 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.71% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 124 (48.83% from 255 or 26.84% from 462); Max value from RGB is 173 - color contains mainly: green. Hex color #A5AD7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5AD7C is #5A5283. Grayscale: #A5A5A5. Windows color (decimal): -5919364 or 8170917. OLE color: 8170917.

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

Color convert

RGB165173124-
CMYK0.0500.280.32
HSL69.8º23%58.24%-
HSV(B)69.8º28.32%67.84%-
XYZ34.139.3424.87-
YUV165.02104.85127.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.71%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 124 (48.83% from 255) = 26.84%
R=35.71%
G=37.45%
B=26.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1651731240.0500.280.3269.82358.24
HexA5AD7C501C2046173a
Octal2452551745034401062772
Binary10100101101011011111100101011100100000100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5AD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5AD7C; }

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

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

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

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

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

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

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

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