Html Css Color HEX #ADA68B Neutral Green

📋 copy color: '#ADA68B'

red 173 ◦ green 166 ◦ blue 139

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

Shades of Neutral Green #ADA68B

Tints of Neutral Green #ADA68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.08%

R = 36.19%
G = 34.73%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA68B (or 0xADA68B) is known color: Neutral Green. HEX triplet: AD, A6 and 8B. RGB value is (173,166,139). Sum of RGB (Red+Green+Blue) = 173+166+139=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68B is #525974. Grayscale: #A5A5A5. Windows color (decimal): -5396853 or 9152173. OLE color: 9152173.

HSL color Cylindrical-coordinate representation of color #ADA68B: hue angle of 47.65º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADA68B is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 166 139 -
CMYK 0 0.04 0.20 0.32
HSL 47.65º 0.17% 0.61% -
HSV(B) 47.65º 0.2% 0.68% -
XYZ 35.53 38.02 29.89 -
YUV 165.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 173 166 139 0 0.04 0.20 0.32 47.65 0.17 0.61
Hex AD A6 8B 0 4 14 20 30 11 3D
Octal 255 246 213 0 4 24 40 60 21 75
Binary 10101101 10100110 10001011 0 100 10100 100000 110000 10001 111101

Color Harmonies of #ADA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA68B

Black with #ADA68B

Text Example


Text Example

White with #ADA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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