Html Css Color HEX #ADA87C Neutral Green

📋 copy color: '#ADA87C'

red 173 ◦ green 168 ◦ blue 124

#ADA87C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neutral Green #ADA87C

Tints of Neutral Green #ADA87C

RGB

 RED value IS 173 (67.97% from 255) = 37.2%

 GREEN value IS 168 (66.02% from 255) = 36.13%

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 37.2%
G = 36.13%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADA87C (or 0xADA87C) is known color: Neutral Green. HEX triplet: AD, A8 and 7C. RGB value is (173,168,124). Sum of RGB (Red+Green+Blue) = 173+168+124=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA87C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA87C is #525783. Grayscale: #A4A4A4. Windows color (decimal): -5396356 or 8169645. OLE color: 8169645.

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

Color convert

RGB 173 168 124 -
CMYK 0 0.03 0.28 0.32
HSL 53.88º 0.23% 0.58% -
HSV(B) 53.88º 0.28% 0.68% -
XYZ 34.87 38.34 24.63 -
YUV 164.48 105.16 134.08 -
System Red Green Blue C M Y K H S L
Decimal 173 168 124 0 0.03 0.28 0.32 53.88 0.23 0.58
Hex AD A8 7C 0 3 1C 20 36 17 3A
Octal 255 250 174 0 3 34 40 66 27 72
Binary 10101101 10101000 1111100 0 11 11100 100000 110110 10111 111010

Color Harmonies of #ADA87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA87C

Black with #ADA87C

Text Example


Text Example

White with #ADA87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA87C; }

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

 H1.HeaderClassName
 {
   color: #ADA87C;
 }
 .AnyTagClassName
 {
   color: #ADA87C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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