#ADA57D

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

Shades of Neutral Green #ADA57D

Tints of Neutral Green #ADA57D

Color information

#ADA57D (or 0xADA57D) is unknown color: approx Neutral Green. HEX triplet: AD, A5 and 7D. RGB value is (173,165,125). Sum of RGB (Red+Green+Blue) = 173+165+125=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA57D is #525A82. Grayscale: #A3A3A3. Windows color (decimal): -5397123 or 8234413. OLE color: 8234413.

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

Color convert

RGB173165125-
CMYK00.050.280.32
HSL50º22.64%58.43%-
HSV(B)50º27.75%67.84%-
XYZ34.3937.2824.78-
YUV162.83106.65135.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 165 (64.84% from 255) = 35.64%
BLUE value IS 125 (49.22% from 255) = 27.00%
R=37.37%
G=35.64%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316512500.050.280.325022.6458.43
HexADA57D051C2032173a
Octal255245175053440622772
Binary1010110110100101111110101011110010000011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA57D; }

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

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

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

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

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

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

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

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