#AFA87D

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

Shades of Neutral Green #AFA87D

Tints of Neutral Green #AFA87D

Color information

#AFA87D (or 0xAFA87D) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 7D. RGB value is (175,168,125). Sum of RGB (Red+Green+Blue) = 175+168+125=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA87D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA87D is #505782. Grayscale: #A5A5A5. Windows color (decimal): -5265283 or 8235183. OLE color: 8235183.

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

Color convert

RGB175168125-
CMYK00.040.290.31
HSL51.6º23.81%58.82%-
HSV(B)51.6º28.57%68.63%-
XYZ35.3838.624.99-
YUV165.19105.32135-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 168 (66.02% from 255) = 35.90%
BLUE value IS 125 (49.22% from 255) = 26.71%
R=37.39%
G=35.90%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516812500.040.290.3151.623.8158.82
HexAFA87D041D1F34183b
Octal257250175043537643073
Binary101011111010100011111010100111011111111010011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA87D; }

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

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

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

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

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

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

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

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