#AFA878

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

Shades of Neutral Green #AFA878

Tints of Neutral Green #AFA878

Color information

#AFA878 (or 0xAFA878) is unknown color: approx Neutral Green. HEX triplet: AF, A8 and 78. RGB value is (175,168,120). Sum of RGB (Red+Green+Blue) = 175+168+120=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 120 (47.27% from 255 or 25.92% from 463); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA878 is #505787. Grayscale: #A4A4A4. Windows color (decimal): -5265288 or 7907503. OLE color: 7907503.

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

Color convert

RGB175168120-
CMYK00.040.310.31
HSL52.36º25.58%57.84%-
HSV(B)52.36º31.43%68.63%-
XYZ35.0738.4823.35-
YUV164.62102.82135.4-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.80%
GREEN value IS 168 (66.02% from 255) = 36.29%
BLUE value IS 120 (47.27% from 255) = 25.92%
R=37.80%
G=36.29%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516812000.040.310.3152.3625.5857.84
HexAFA878041F1F341a3a
Octal257250170043737643272
Binary101011111010100011110000100111111111111010011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA878; }

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

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

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

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

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

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

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

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