#AFA88A

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

Shades of Neutral Green #AFA88A

Tints of Neutral Green #AFA88A

Color information

#AFA88A (or 0xAFA88A) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 8A. RGB value is (175,168,138). Sum of RGB (Red+Green+Blue) = 175+168+138=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA88A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA88A is #505775. Grayscale: #A6A6A6. Windows color (decimal): -5265270 or 9087151. OLE color: 9087151.

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

Color convert

RGB175168138-
CMYK00.040.210.31
HSL48.65º18.78%61.37%-
HSV(B)48.65º21.14%68.63%-
XYZ36.2738.9529.65-
YUV166.67111.82133.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 168 (66.02% from 255) = 34.93%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=36.38%
G=34.93%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516813800.040.210.3148.6518.7861.37
HexAFA88A04151F31133d
Octal257250212042537612375
Binary1010111110101000100010100100101011111111000110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA88A; }

 p { color: rgb(175,168,138); }

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

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

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

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

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

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

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