Html Css Color HEX #ADA582 Neutral Green

📋 copy color: '#ADA582'

red 173 ◦ green 165 ◦ blue 130

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

Shades of Neutral Green #ADA582

Tints of Neutral Green #ADA582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.78%

R = 36.97%
G = 35.26%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#ADA582 (or 0xADA582) is known color: Neutral Green. HEX triplet: AD, A5 and 82. RGB value is (173,165,130). Sum of RGB (Red+Green+Blue) = 173+165+130=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA582 is #525A7D. Grayscale: #A3A3A3. Windows color (decimal): -5397118 or 8562093. OLE color: 8562093.

HSL color Cylindrical-coordinate representation of color #ADA582: hue angle of 48.84º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADA582 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 165 130 -
CMYK 0 0.05 0.25 0.32
HSL 48.84º 0.21% 0.59% -
HSV(B) 48.84º 0.25% 0.68% -
XYZ 34.72 37.41 26.51 -
YUV 163.4 109.15 134.85 -
System Red Green Blue C M Y K H S L
Decimal 173 165 130 0 0.05 0.25 0.32 48.84 0.21 0.59
Hex AD A5 82 0 5 19 20 31 15 3B
Octal 255 245 202 0 5 31 40 61 25 73
Binary 10101101 10100101 10000010 0 101 11001 100000 110001 10101 111011

Color Harmonies of #ADA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA582

Black with #ADA582

Text Example


Text Example

White with #ADA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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