Html Css Color HEX #ADAB71 Neutral Green

📋 copy color: '#ADAB71'

red 173 ◦ green 171 ◦ blue 113

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

Shades of Neutral Green #ADAB71

Tints of Neutral Green #ADAB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.42%

 BLUE value IS 113 (44.53% from 255) = 24.73%

R = 37.86%
G = 37.42%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#ADAB71 (or 0xADAB71) is known color: Neutral Green. HEX triplet: AD, AB and 71. RGB value is (173,171,113). Sum of RGB (Red+Green+Blue) = 173+171+113=457 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.86% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 173 - color contains mainly: red. Hex color #ADAB71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ADAB71 is #52548E. Grayscale: #A5A5A5. Windows color (decimal): -5395599 or 7449517. OLE color: 7449517.

HSL color Cylindrical-coordinate representation of color #ADAB71: hue angle of 58º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADAB71 is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 171 113 -
CMYK 0 0.01 0.35 0.32
HSL 58º 0.27% 0.56% -
HSV(B) 58º 0.35% 0.68% -
XYZ 34.78 39.2 21.36 -
YUV 164.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 173 171 113 0 0.01 0.35 0.32 58 0.27 0.56
Hex AD AB 71 0 1 23 20 3A 1B 38
Octal 255 253 161 0 1 43 40 72 33 70
Binary 10101101 10101011 1110001 0 1 100011 100000 111010 11011 111000

Color Harmonies of #ADAB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADAB71

Black with #ADAB71

Text Example


Text Example

White with #ADAB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADAB71; }

 p { color: rgb(173,171,113); }

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

background-color css

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

 a { background-color: rgb(173,171,113); }

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

border-color css

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

 span { border-color: rgb(173,171,113); }

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