#AFA67B

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

Shades of Neutral Green #AFA67B

Tints of Neutral Green #AFA67B

Color information

#AFA67B (or 0xAFA67B) is unknown color: approx Neutral Green. HEX triplet: AF, A6 and 7B. RGB value is (175,166,123). Sum of RGB (Red+Green+Blue) = 175+166+123=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA67B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA67B is #505984. Grayscale: #A3A3A3. Windows color (decimal): -5265797 or 8103599. OLE color: 8103599.

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

Color convert

RGB175166123-
CMYK00.050.300.31
HSL49.62º24.53%58.43%-
HSV(B)49.62º29.71%68.63%-
XYZ34.8937.8224.2-
YUV163.79104.98136-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.72%
GREEN value IS 166 (65.23% from 255) = 35.78%
BLUE value IS 123 (48.44% from 255) = 26.51%
R=37.72%
G=35.78%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516612300.050.300.3149.6224.5358.43
HexAFA67B051E1F32193a
Octal257246173053637623172
Binary101011111010011011110110101111101111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA67B; }

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

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

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

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

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

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

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

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