#AFA484

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

Shades of Neutral Green #AFA484

Tints of Neutral Green #AFA484

Color information

#AFA484 (or 0xAFA484) is unknown color: approx Neutral Green. HEX triplet: AF, A4 and 84. RGB value is (175,164,132). Sum of RGB (Red+Green+Blue) = 175+164+132=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 164 (64.45% from 255 or 34.82% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA484 is #505B7B. Grayscale: #A3A3A3. Windows color (decimal): -5266300 or 8692911. OLE color: 8692911.

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

Color convert

RGB175164132-
CMYK00.060.250.31
HSL44.65º21.18%60.2%-
HSV(B)44.65º24.57%68.63%-
XYZ35.1237.3327.18-
YUV163.64110.14136.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.15%
GREEN value IS 164 (64.45% from 255) = 34.82%
BLUE value IS 132 (51.95% from 255) = 28.03%
R=37.15%
G=34.82%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516413200.060.250.3144.6521.1860.2
HexAFA48406191F2d153c
Octal257244204063137552574
Binary1010111110100100100001000110110011111110110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA484; }

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

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

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

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

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

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

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

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