#AFAF83

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

Shades of Neutral Green #AFAF83

Tints of Neutral Green #AFAF83

Color information

#AFAF83 (or 0xAFAF83) is unknown color: approx Neutral Green. HEX triplet: AF, AF and 83. RGB value is (175,175,131). Sum of RGB (Red+Green+Blue) = 175+175+131=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 131 (51.56% from 255 or 27.23% from 481); Max value from RGB is 175 - color contains mainly: red, green. Hex color #AFAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFAF83 is #50507C. Grayscale: #AAAAAA. Windows color (decimal): -5263485 or 8630191. OLE color: 8630191.

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

Color convert

RGB175175131-
CMYK000.250.31
HSL60º21.57%60%-
HSV(B)60º25.14%68.63%-
XYZ37.1141.4127.51-
YUV169.98106131.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 175 (68.75% from 255) = 36.38%
BLUE value IS 131 (51.56% from 255) = 27.23%
R=36.38%
G=36.38%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175175131000.250.316021.5760
HexAFAF8300191F3c163c
Octal257257203003137742674
Binary10101111101011111000001100110011111111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAF83; }

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

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

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

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

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

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

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

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