#AFA684

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

Shades of Neutral Green #AFA684

Tints of Neutral Green #AFA684

Color information

#AFA684 (or 0xAFA684) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 84. RGB value is (175,166,132). Sum of RGB (Red+Green+Blue) = 175+166+132=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA684 is #50597B. Grayscale: #A4A4A4. Windows color (decimal): -5265788 or 8693423. OLE color: 8693423.

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

Color convert

RGB175166132-
CMYK00.050.250.31
HSL47.44º21.18%60.2%-
HSV(B)47.44º24.57%68.63%-
XYZ35.4838.0527.3-
YUV164.82109.48135.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 166 (65.23% from 255) = 35.10%
BLUE value IS 132 (51.95% from 255) = 27.91%
R=37.00%
G=35.10%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516613200.050.250.3147.4421.1860.2
HexAFA68405191F2f153c
Octal257246204053137572574
Binary1010111110100110100001000101110011111110111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA684; }

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

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

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

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

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

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

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

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