#AFA584

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

Shades of Neutral Green #AFA584

Tints of Neutral Green #AFA584

Color information

#AFA584 (or 0xAFA584) is unknown color: approx Neutral Green. HEX triplet: AF, A5 and 84. RGB value is (175,165,132). Sum of RGB (Red+Green+Blue) = 175+165+132=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA584 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA584 is #505A7B. Grayscale: #A4A4A4. Windows color (decimal): -5266044 or 8693167. OLE color: 8693167.

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

Color convert

RGB175165132-
CMYK00.060.250.31
HSL46.05º21.18%60.2%-
HSV(B)46.05º24.57%68.63%-
XYZ35.337.6927.24-
YUV164.23109.81135.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.08%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=37.08%
G=34.96%
B=27.97%

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
Decimal17516513200.060.250.3146.0521.1860.2
HexAFA58406191F2e153c
Octal257245204063137562574
Binary1010111110100101100001000110110011111110111010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA584; }

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

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

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

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

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

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

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

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