Html Css Color HEX #ADA67C Neutral Green

📋 copy color: '#ADA67C'

red 173 ◦ green 166 ◦ blue 124

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

Shades of Neutral Green #ADA67C

Tints of Neutral Green #ADA67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.85%

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

R = 37.37%
G = 35.85%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADA67C (or 0xADA67C) is known color: Neutral Green. HEX triplet: AD, A6 and 7C. RGB value is (173,166,124). Sum of RGB (Red+Green+Blue) = 173+166+124=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 166 (65.23% from 255 or 35.85% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA67C is #525983. Grayscale: #A3A3A3. Windows color (decimal): -5396868 or 8169133. OLE color: 8169133.

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

Color convert

RGB 173 166 124 -
CMYK 0 0.04 0.28 0.32
HSL 51.43º 0.23% 0.58% -
HSV(B) 51.43º 0.28% 0.68% -
XYZ 34.51 37.61 24.51 -
YUV 163.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 173 166 124 0 0.04 0.28 0.32 51.43 0.23 0.58
Hex AD A6 7C 0 4 1C 20 33 17 3A
Octal 255 246 174 0 4 34 40 63 27 72
Binary 10101101 10100110 1111100 0 100 11100 100000 110011 10111 111010

Color Harmonies of #ADA67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA67C

Black with #ADA67C

Text Example


Text Example

White with #ADA67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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