#AFA680

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

Shades of Neutral Green #AFA680

Tints of Neutral Green #AFA680

Color information

#AFA680 (or 0xAFA680) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 80. RGB value is (175,166,128). Sum of RGB (Red+Green+Blue) = 175+166+128=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA680 is #50597F. Grayscale: #A4A4A4. Windows color (decimal): -5265792 or 8431279. OLE color: 8431279.

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

Color convert

RGB175166128-
CMYK00.050.270.31
HSL48.51º22.71%59.41%-
HSV(B)48.51º26.86%68.63%-
XYZ35.2137.9425.89-
YUV164.36107.48135.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.31%
GREEN value IS 166 (65.23% from 255) = 35.39%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=37.31%
G=35.39%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516612800.050.270.3148.5122.7159.41
HexAFA680051B1F31173b
Octal257246200053337612773
Binary1010111110100110100000000101110111111111000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA680; }

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

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

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

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

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

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

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

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