#AFA77D

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

Shades of Neutral Green #AFA77D

Tints of Neutral Green #AFA77D

Color information

#AFA77D (or 0xAFA77D) is unknown color: approx Neutral Green. HEX triplet: AF, A7 and 7D. RGB value is (175,167,125). Sum of RGB (Red+Green+Blue) = 175+167+125=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA77D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA77D is #505882. Grayscale: #A4A4A4. Windows color (decimal): -5265539 or 8234927. OLE color: 8234927.

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

Color convert

RGB175167125-
CMYK00.050.290.31
HSL50.4º23.81%58.82%-
HSV(B)50.4º28.57%68.63%-
XYZ35.238.2324.93-
YUV164.6105.65135.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.47%
GREEN value IS 167 (65.62% from 255) = 35.76%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=37.47%
G=35.76%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516712500.050.290.3150.423.8158.82
HexAFA77D051D1F32183b
Octal257247175053537623073
Binary101011111010011111111010101111011111111001011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA77D; }

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

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

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

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

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

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

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

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