Html Css Color HEX #ABA686 Neutral Green

📋 copy color: '#ABA686'

red 171 ◦ green 166 ◦ blue 134

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

Shades of Neutral Green #ABA686

Tints of Neutral Green #ABA686

RGB

 RED value IS 171 (67.19% from 255) = 36.31%

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

 BLUE value IS 134 (52.73% from 255) = 28.45%

R = 36.31%
G = 35.24%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#ABA686 (or 0xABA686) is known color: Neutral Green. HEX triplet: AB, A6 and 86. RGB value is (171,166,134). Sum of RGB (Red+Green+Blue) = 171+166+134=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 166 (65.23% from 255 or 35.24% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA686 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA686 is #545979. Grayscale: #A3A3A3. Windows color (decimal): -5527930 or 8824491. OLE color: 8824491.

HSL color Cylindrical-coordinate representation of color #ABA686: hue angle of 51.89º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABA686 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 166 134 -
CMYK 0 0.03 0.22 0.33
HSL 51.89º 0.18% 0.6% -
HSV(B) 51.89º 0.22% 0.67% -
XYZ 34.73 37.65 27.99 -
YUV 163.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 171 166 134 0 0.03 0.22 0.33 51.89 0.18 0.6
Hex AB A6 86 0 3 16 21 34 12 3C
Octal 253 246 206 0 3 26 41 64 22 74
Binary 10101011 10100110 10000110 0 11 10110 100001 110100 10010 111100

Color Harmonies of #ABA686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA686

Black with #ABA686

Text Example


Text Example

White with #ABA686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA686; }

 p { color: rgb(171,166,134); }

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

background-color css

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

 a { background-color: rgb(171,166,134); }

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

border-color css

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

 span { border-color: rgb(171,166,134); }

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