#ADAC7C

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

Shades of Neutral Green #ADAC7C

Tints of Neutral Green #ADAC7C

Color information

#ADAC7C (or 0xADAC7C) is unknown color: approx Neutral Green. HEX triplet: AD, AC and 7C. RGB value is (173,172,124). Sum of RGB (Red+Green+Blue) = 173+172+124=469 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.89% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAC7C is #525383. Grayscale: #A7A7A7. Windows color (decimal): -5395332 or 8170669. OLE color: 8170669.

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

Color convert

RGB173172124-
CMYK00.010.280.32
HSL58.78º23%58.24%-
HSV(B)58.78º28.32%67.84%-
XYZ35.6239.8424.88-
YUV166.83103.83132.4-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.89%
GREEN value IS 172 (67.58% from 255) = 36.67%
BLUE value IS 124 (48.83% from 255) = 26.44%
R=36.89%
G=36.67%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317212400.010.280.3258.782358.24
HexADAC7C011C203b173a
Octal255254174013440732772
Binary10101101101011001111100011110010000011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC7C; }

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

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

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

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

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

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

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

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