#AFA580

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

Shades of Neutral Green #AFA580

Tints of Neutral Green #AFA580

Color information

#AFA580 (or 0xAFA580) is unknown color: approx Neutral Green. HEX triplet: AF, A5 and 80. RGB value is (175,165,128). Sum of RGB (Red+Green+Blue) = 175+165+128=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA580 is #505A7F. Grayscale: #A3A3A3. Windows color (decimal): -5266048 or 8431023. OLE color: 8431023.

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

Color convert

RGB175165128-
CMYK00.060.270.31
HSL47.23º22.71%59.41%-
HSV(B)47.23º26.86%68.63%-
XYZ35.0337.5825.83-
YUV163.77107.81136.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 165 (64.84% from 255) = 35.26%
BLUE value IS 128 (50.39% from 255) = 27.35%
R=37.39%
G=35.26%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516512800.060.270.3147.2322.7159.41
HexAFA580061B1F2f173b
Octal257245200063337572773
Binary1010111110100101100000000110110111111110111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA580; }

 p { color: rgb(175,165,128); }

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

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

 a { background-color: rgb(175,165,128); }

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

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

 span { border-color: rgb(175,165,128); }

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