#AFA481

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

Shades of Neutral Green #AFA481

Tints of Neutral Green #AFA481

Color information

#AFA481 (or 0xAFA481) is unknown color: approx Neutral Green. HEX triplet: AF, A4 and 81. RGB value is (175,164,129). Sum of RGB (Red+Green+Blue) = 175+164+129=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 129 (50.78% from 255 or 27.56% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA481 is #505B7E. Grayscale: #A3A3A3. Windows color (decimal): -5266303 or 8496303. OLE color: 8496303.

HSL color Cylindrical-coordinate representation of color #AFA481: hue angle of 45.65º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFA481 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB175164129-
CMYK00.060.260.31
HSL45.65º22.33%59.61%-
HSV(B)45.65º26.29%68.63%-
XYZ34.9237.2526.12-
YUV163.3108.64136.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 164 (64.45% from 255) = 35.04%
BLUE value IS 129 (50.78% from 255) = 27.56%
R=37.39%
G=35.04%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516412900.060.260.3145.6522.3359.61
HexAFA481061A1F2e163c
Octal257244201063237562674
Binary1010111110100100100000010110110101111110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA481; }

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

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

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

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

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

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

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

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