#AFA67D

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

Shades of Neutral Green #AFA67D

Tints of Neutral Green #AFA67D

Color information

#AFA67D (or 0xAFA67D) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 7D. RGB value is (175,166,125). Sum of RGB (Red+Green+Blue) = 175+166+125=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 166 (65.23% from 255 or 35.62% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA67D is #505982. Grayscale: #A4A4A4. Windows color (decimal): -5265795 or 8234671. OLE color: 8234671.

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

Color convert

RGB175166125-
CMYK00.050.290.31
HSL49.2º23.81%58.82%-
HSV(B)49.2º28.57%68.63%-
XYZ35.0237.8724.87-
YUV164.02105.98135.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 166 (65.23% from 255) = 35.62%
BLUE value IS 125 (49.22% from 255) = 26.82%
R=37.55%
G=35.62%
B=26.82%

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
Decimal17516612500.050.290.3149.223.8158.82
HexAFA67D051D1F31183b
Octal257246175053537613073
Binary101011111010011011111010101111011111111000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA67D; }

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

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

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

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

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

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

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

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