Html Css Color HEX #ADA88A Neutral Green

📋 copy color: '#ADA88A'

red 173 ◦ green 168 ◦ blue 138

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

Shades of Neutral Green #ADA88A

Tints of Neutral Green #ADA88A

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

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

R = 36.12%
G = 35.07%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#ADA88A (or 0xADA88A) is known color: Neutral Green. HEX triplet: AD, A8 and 8A. RGB value is (173,168,138). Sum of RGB (Red+Green+Blue) = 173+168+138=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 173 - color contains mainly: red. Hex color #ADA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ADA88A is #525775. Grayscale: #A6A6A6. Windows color (decimal): -5396342 or 9087149. OLE color: 9087149.

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

Color convert

RGB 173 168 138 -
CMYK 0 0.03 0.20 0.32
HSL 51.43º 0.18% 0.61% -
HSV(B) 51.43º 0.2% 0.68% -
XYZ 35.82 38.72 29.63 -
YUV 166.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 173 168 138 0 0.03 0.20 0.32 51.43 0.18 0.61
Hex AD A8 8A 0 3 14 20 33 12 3D
Octal 255 250 212 0 3 24 40 63 22 75
Binary 10101101 10101000 10001010 0 11 10100 100000 110011 10010 111101

Color Harmonies of #ADA88A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADA88A

Black with #ADA88A

Text Example


Text Example

White with #ADA88A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADA88A; }

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

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

background-color css

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

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

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

border-color css

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

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

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