#ADAC85

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

Shades of Neutral Green #ADAC85

Tints of Neutral Green #ADAC85

Color information

#ADAC85 (or 0xADAC85) is unknown color: approx Neutral Green. HEX triplet: AD, AC and 85. RGB value is (173,172,133). Sum of RGB (Red+Green+Blue) = 173+172+133=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 133 (52.34% from 255 or 27.82% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADAC85 is #52537A. Grayscale: #A8A8A8. Windows color (decimal): -5395323 or 8760493. OLE color: 8760493.

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

Color convert

RGB173172133-
CMYK00.010.230.32
HSL58.5º19.61%60%-
HSV(B)58.5º23.12%67.84%-
XYZ36.2240.0828.02-
YUV167.85108.33131.67-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 36.19%
GREEN value IS 172 (67.58% from 255) = 35.98%
BLUE value IS 133 (52.34% from 255) = 27.82%
R=36.19%
G=35.98%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17317213300.010.230.3258.519.6160
HexADAC850117203a143c
Octal255254205012740722474
Binary101011011010110010000101011011110000011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADAC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADAC85; }

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

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

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

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

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

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

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

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