#AFA14F

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

Shades of Husk #AFA14F

Tints of Husk #AFA14F

Color information

#AFA14F (or 0xAFA14F) is unknown color: approx Husk. HEX triplet: AF, A1 and 4F. RGB value is (175,161,79). Sum of RGB (Red+Green+Blue) = 175+161+79=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 161 (63.28% from 255 or 38.80% from 415); Blue value is 79 (31.25% from 255 or 19.04% from 415); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA14F is #505EB0. Grayscale: #9C9C9C. Windows color (decimal): -5267121 or 5218735. OLE color: 5218735.

HSL color Cylindrical-coordinate representation of color #AFA14F: hue angle of 51.25º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFA14F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB17516179-
CMYK00.080.550.31
HSL51.25º37.8%49.8%-
HSV(B)51.25º54.86%68.63%-
XYZ31.8435.1712.51-
YUV155.8484.64141.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.17%
GREEN value IS 161 (63.28% from 255) = 38.80%
BLUE value IS 79 (31.25% from 255) = 19.04%
R=42.17%
G=38.80%
B=19.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751617900.080.550.3151.2537.849.8
HexAFA14F08371F332632
Octal2572411170106737634662
Binary101011111010000110011110100011011111111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA14F; }

 p { color: rgb(175,161,79); }

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

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

 a { background-color: rgb(175,161,79); }

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

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

 span { border-color: rgb(175,161,79); }

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