#AFA14E

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

Shades of Husk #AFA14E

Tints of Husk #AFA14E

Color information

#AFA14E (or 0xAFA14E) is unknown color: approx Husk. HEX triplet: AF, A1 and 4E. RGB value is (175,161,78). Sum of RGB (Red+Green+Blue) = 175+161+78=414 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.27% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 78 (30.86% from 255 or 18.84% from 414); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA14E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFA14E is #505EB1. Grayscale: #9C9C9C. Windows color (decimal): -5267122 or 5153199. OLE color: 5153199.

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

Color convert

RGB17516178-
CMYK00.080.550.31
HSL51.34º38.34%49.61%-
HSV(B)51.34º55.43%68.63%-
XYZ31.835.1512.32-
YUV155.7284.14141.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.27%
GREEN value IS 161 (63.28% from 255) = 38.89%
BLUE value IS 78 (30.86% from 255) = 18.84%
R=42.27%
G=38.89%
B=18.84%

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
Decimal1751617800.080.550.3151.3438.3449.61
HexAFA14E08371F332632
Octal2572411160106737634662
Binary101011111010000110011100100011011111111110011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA14E; }

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

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

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

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

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

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

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

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