Html Css Color HEX #ADA68A Neutral Green

📋 copy color: '#ADA68A'

red 173 ◦ green 166 ◦ blue 138

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

Shades of Neutral Green #ADA68A

Tints of Neutral Green #ADA68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 36.27%
G = 34.8%
B = 28.93%

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

#ADA68A (or 0xADA68A) is known color: Neutral Green. HEX triplet: AD, A6 and 8A. RGB value is (173,166,138). Sum of RGB (Red+Green+Blue) = 173+166+138=477 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.27% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA68A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA68A is #525975. Grayscale: #A5A5A5. Windows color (decimal): -5396854 or 9086637. OLE color: 9086637.

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

Color convert

RGB 173 166 138 -
CMYK 0 0.04 0.20 0.32
HSL 48º 0.18% 0.61% -
HSV(B) 48º 0.2% 0.68% -
XYZ 35.46 37.99 29.51 -
YUV 164.9 112.82 133.78 -
System Red Green Blue C M Y K H S L
Decimal 173 166 138 0 0.04 0.20 0.32 48 0.18 0.61
Hex AD A6 8A 0 4 14 20 30 12 3D
Octal 255 246 212 0 4 24 40 60 22 75
Binary 10101101 10100110 10001010 0 100 10100 100000 110000 10010 111101

Color Harmonies of #ADA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA68A

Black with #ADA68A

Text Example


Text Example

White with #ADA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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