Html Css Color HEX #ADA68C Neutral Green

📋 copy color: '#ADA68C'

red 173 ◦ green 166 ◦ blue 140

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

Shades of Neutral Green #ADA68C

Tints of Neutral Green #ADA68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.23%

R = 36.12%
G = 34.66%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#ADA68C (or 0xADA68C) is known color: Neutral Green. HEX triplet: AD, A6 and 8C. RGB value is (173,166,140). Sum of RGB (Red+Green+Blue) = 173+166+140=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 140 (55.08% from 255 or 29.23% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68C is #525973. Grayscale: #A5A5A5. Windows color (decimal): -5396852 or 9217709. OLE color: 9217709.

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

Color convert

RGB 173 166 140 -
CMYK 0 0.04 0.19 0.32
HSL 47.27º 0.17% 0.61% -
HSV(B) 47.27º 0.19% 0.68% -
XYZ 35.6 38.05 30.28 -
YUV 165.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 173 166 140 0 0.04 0.19 0.32 47.27 0.17 0.61
Hex AD A6 8C 0 4 13 20 2F 11 3D
Octal 255 246 214 0 4 23 40 57 21 75
Binary 10101101 10100110 10001100 0 100 10011 100000 101111 10001 111101

Color Harmonies of #ADA68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA68C

Black with #ADA68C

Text Example


Text Example

White with #ADA68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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