#ADA77B

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

Shades of Neutral Green #ADA77B

Tints of Neutral Green #ADA77B

Color information

#ADA77B (or 0xADA77B) is unknown color: approx Neutral Green. HEX triplet: AD, A7 and 7B. RGB value is (173,167,123). Sum of RGB (Red+Green+Blue) = 173+167+123=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 123 (48.44% from 255 or 26.57% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA77B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA77B is #525884. Grayscale: #A3A3A3. Windows color (decimal): -5396613 or 8103853. OLE color: 8103853.

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

Color convert

RGB173167123-
CMYK00.030.290.32
HSL52.8º23.36%58.04%-
HSV(B)52.8º28.9%67.84%-
XYZ34.6337.9524.24-
YUV163.78104.99134.58-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 37.37%
GREEN value IS 167 (65.62% from 255) = 36.07%
BLUE value IS 123 (48.44% from 255) = 26.57%
R=37.37%
G=36.07%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17316712300.030.290.3252.823.3658.04
HexADA77B031D2035173a
Octal255247173033540652772
Binary101011011010011111110110111110110000011010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADA77B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADA77B; }

 p { color: rgb(173,167,123); }

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

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

 a { background-color: rgb(173,167,123); }

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

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

 span { border-color: rgb(173,167,123); }

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