Html Css Color HEX #ADA67D Neutral Green

📋 copy color: '#ADA67D'

red 173 ◦ green 166 ◦ blue 125

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

Shades of Neutral Green #ADA67D

Tints of Neutral Green #ADA67D

RGB

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

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

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

R = 37.28%
G = 35.78%
B = 26.94%

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

#ADA67D (or 0xADA67D) is known color: Neutral Green. HEX triplet: AD, A6 and 7D. RGB value is (173,166,125). Sum of RGB (Red+Green+Blue) = 173+166+125=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA67D is #525982. Grayscale: #A3A3A3. Windows color (decimal): -5396867 or 8234669. OLE color: 8234669.

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

Color convert

RGB 173 166 125 -
CMYK 0 0.04 0.28 0.32
HSL 51.25º 0.23% 0.58% -
HSV(B) 51.25º 0.28% 0.68% -
XYZ 34.57 37.64 24.84 -
YUV 163.42 106.32 134.83 -
System Red Green Blue C M Y K H S L
Decimal 173 166 125 0 0.04 0.28 0.32 51.25 0.23 0.58
Hex AD A6 7D 0 4 1C 20 33 17 3A
Octal 255 246 175 0 4 34 40 63 27 72
Binary 10101101 10100110 1111101 0 100 11100 100000 110011 10111 111010

Color Harmonies of #ADA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA67D

Black with #ADA67D

Text Example


Text Example

White with #ADA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA67D; }

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

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

background-color css

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

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

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

border-color css

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

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

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