#AFA884

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

Shades of Neutral Green #AFA884

Tints of Neutral Green #AFA884

Color information

#AFA884 (or 0xAFA884) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 84. RGB value is (175,168,132). Sum of RGB (Red+Green+Blue) = 175+168+132=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA884 is #50577B. Grayscale: #A6A6A6. Windows color (decimal): -5265276 or 8693935. OLE color: 8693935.

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

Color convert

RGB175168132-
CMYK00.040.250.31
HSL50.23º21.18%60.2%-
HSV(B)50.23º24.57%68.63%-
XYZ35.8538.7927.43-
YUV165.99108.82134.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.84%
GREEN value IS 168 (66.02% from 255) = 35.37%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=36.84%
G=35.37%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516813200.040.250.3150.2321.1860.2
HexAFA88404191F32153c
Octal257250204043137622574
Binary1010111110101000100001000100110011111111001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA884; }

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

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

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

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

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

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

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

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