#AFA681

Color #AFA681 Neutral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neutral Green #AFA681

Tints of Neutral Green #AFA681

Color information

#AFA681 (or 0xAFA681) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 81. RGB value is (175,166,129). Sum of RGB (Red+Green+Blue) = 175+166+129=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 129 (50.78% from 255 or 27.45% from 470); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA681 is #50597E. Grayscale: #A4A4A4. Windows color (decimal): -5265791 or 8496815. OLE color: 8496815.

HSL color Cylindrical-coordinate representation of color #AFA681: hue angle of 48.26º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA681 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175166129-
CMYK00.050.260.31
HSL48.26º22.33%59.61%-
HSV(B)48.26º26.29%68.63%-
XYZ35.2837.9726.24-
YUV164.47107.98135.51-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 166 (65.23% from 255) = 35.32%
BLUE value IS 129 (50.78% from 255) = 27.45%
R=37.23%
G=35.32%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516612900.050.260.3148.2622.3359.61
HexAFA681051A1F30163c
Octal257246201053237602674
Binary1010111110100110100000010101110101111111000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA681; }

 p { color: rgb(175,166,129); }

 H1.HeaderClassName
 {
   color: #AFA681;
 }
 .AnyTagClassName
 {
   color: #AFA681;
 }
</style>
background-color css

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

 a { background-color: rgb(175,166,129); }

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

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

 span { border-color: rgb(175,166,129); }

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