#AFA783

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

Shades of Neutral Green #AFA783

Tints of Neutral Green #AFA783

Color information

#AFA783 (or 0xAFA783) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 83. RGB value is (175,167,131). Sum of RGB (Red+Green+Blue) = 175+167+131=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA783 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA783 is #50587C. Grayscale: #A5A5A5. Windows color (decimal): -5265533 or 8628143. OLE color: 8628143.

HSL color Cylindrical-coordinate representation of color #AFA783: hue angle of 49.09º degrees, saturation: 0.22, 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 #AFA783 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB175167131-
CMYK00.050.250.31
HSL49.09º21.57%60%-
HSV(B)49.09º25.14%68.63%-
XYZ35.5938.3927.01-
YUV165.29108.65134.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.00%
GREEN value IS 167 (65.62% from 255) = 35.31%
BLUE value IS 131 (51.56% from 255) = 27.70%
R=37.00%
G=35.31%
B=27.70%

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
Decimal17516713100.050.250.3149.0921.5760
HexAFA78305191F31163c
Octal257247203053137612674
Binary1010111110100111100000110101110011111111000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA783; }

 p { color: rgb(175,167,131); }

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

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

 a { background-color: rgb(175,167,131); }

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

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

 span { border-color: rgb(175,167,131); }

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