Html Css Color HEX #ADA57D Neutral Green

📋 copy color: '#ADA57D'

red 173 ◦ green 165 ◦ blue 125

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

Shades of Neutral Green #ADA57D

Tints of Neutral Green #ADA57D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.64%

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

R = 37.37%
G = 35.64%
B = 27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#ADA57D (or 0xADA57D) is known color: Neutral Green. HEX triplet: AD, A5 and 7D. RGB value is (173,165,125). Sum of RGB (Red+Green+Blue) = 173+165+125=463 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.37% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA57D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADA57D is #525A82. Grayscale: #A3A3A3. Windows color (decimal): -5397123 or 8234413. OLE color: 8234413.

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

Color convert

RGB 173 165 125 -
CMYK 0 0.05 0.28 0.32
HSL 50º 0.23% 0.58% -
HSV(B) 50º 0.28% 0.68% -
XYZ 34.39 37.28 24.78 -
YUV 162.83 106.65 135.25 -
System Red Green Blue C M Y K H S L
Decimal 173 165 125 0 0.05 0.28 0.32 50 0.23 0.58
Hex AD A5 7D 0 5 1C 20 32 17 3A
Octal 255 245 175 0 5 34 40 62 27 72
Binary 10101101 10100101 1111101 0 101 11100 100000 110010 10111 111010

Color Harmonies of #ADA57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA57D

Black with #ADA57D

Text Example


Text Example

White with #ADA57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA57D; }

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

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

background-color css

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

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

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

border-color css

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

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

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