Html Css Color HEX #ADA87D Neutral Green

📋 copy color: '#ADA87D'

red 173 ◦ green 168 ◦ blue 125

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

Shades of Neutral Green #ADA87D

Tints of Neutral Green #ADA87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 37.12%
G = 36.05%
B = 26.82%

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

#ADA87D (or 0xADA87D) is known color: Neutral Green. HEX triplet: AD, A8 and 7D. RGB value is (173,168,125). Sum of RGB (Red+Green+Blue) = 173+168+125=466 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.12% from 466); Green value is 168 (66.02% from 255 or 36.05% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA87D is #525782. Grayscale: #A4A4A4. Windows color (decimal): -5396355 or 8235181. OLE color: 8235181.

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

Color convert

RGB 173 168 125 -
CMYK 0 0.03 0.28 0.32
HSL 53.75º 0.23% 0.58% -
HSV(B) 53.75º 0.28% 0.68% -
XYZ 34.94 38.37 24.97 -
YUV 164.59 105.66 134 -
System Red Green Blue C M Y K H S L
Decimal 173 168 125 0 0.03 0.28 0.32 53.75 0.23 0.58
Hex AD A8 7D 0 3 1C 20 36 17 3A
Octal 255 250 175 0 3 34 40 66 27 72
Binary 10101101 10101000 1111101 0 11 11100 100000 110110 10111 111010

Color Harmonies of #ADA87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA87D

Black with #ADA87D

Text Example


Text Example

White with #ADA87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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