#AFA98A

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

Shades of Neutral Green #AFA98A

Tints of Neutral Green #AFA98A

Color information

#AFA98A (or 0xAFA98A) is unknown color: approx Neutral Green. HEX triplet: AF, A9 and 8A. RGB value is (175,169,138). Sum of RGB (Red+Green+Blue) = 175+169+138=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA98A is #505675. Grayscale: #A7A7A7. Windows color (decimal): -5265014 or 9087407. OLE color: 9087407.

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

Color convert

RGB175169138-
CMYK00.030.210.31
HSL50.27º18.78%61.37%-
HSV(B)50.27º21.14%68.63%-
XYZ36.4539.3229.71-
YUV167.26111.49133.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 169 (66.41% from 255) = 35.06%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=36.31%
G=35.06%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516913800.030.210.3150.2718.7861.37
HexAFA98A03151F32133d
Octal257251212032537622375
Binary101011111010100110001010011101011111111001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA98A; }

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

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

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

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

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

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

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

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