Html Css Color HEX #ADA87A Neutral Green

📋 copy color: '#ADA87A'

red 173 ◦ green 168 ◦ blue 122

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

Shades of Neutral Green #ADA87A

Tints of Neutral Green #ADA87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.35%

R = 37.37%
G = 36.29%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#ADA87A (or 0xADA87A) is known color: Neutral Green. HEX triplet: AD, A8 and 7A. RGB value is (173,168,122). Sum of RGB (Red+Green+Blue) = 173+168+122=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA87A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA87A is #525785. Grayscale: #A4A4A4. Windows color (decimal): -5396358 or 8038573. OLE color: 8038573.

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

Color convert

RGB 173 168 122 -
CMYK 0 0.03 0.29 0.32
HSL 54.12º 0.24% 0.58% -
HSV(B) 54.12º 0.29% 0.68% -
XYZ 34.75 38.29 23.97 -
YUV 164.25 104.16 134.24 -
System Red Green Blue C M Y K H S L
Decimal 173 168 122 0 0.03 0.29 0.32 54.12 0.24 0.58
Hex AD A8 7A 0 3 1D 20 36 18 3A
Octal 255 250 172 0 3 35 40 66 30 72
Binary 10101101 10101000 1111010 0 11 11101 100000 110110 11000 111010

Color Harmonies of #ADA87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA87A

Black with #ADA87A

Text Example


Text Example

White with #ADA87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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