#AFA14C

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

Shades of Husk #AFA14C

Tints of Husk #AFA14C

Color information

#AFA14C (or 0xAFA14C) is unknown color: approx Husk. HEX triplet: AF, A1 and 4C. RGB value is (175,161,76). Sum of RGB (Red+Green+Blue) = 175+161+76=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AFA14C is #505EB3. Grayscale: #9B9B9B. Windows color (decimal): -5267124 or 5022127. OLE color: 5022127.

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

Color convert

RGB17516176-
CMYK00.080.570.31
HSL51.52º39.44%49.22%-
HSV(B)51.52º56.57%68.63%-
XYZ31.7335.1311.95-
YUV155.583.14141.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.48%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 76 (30.08% from 255) = 18.45%
R=42.48%
G=39.08%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751617600.080.570.3151.5239.4449.22
HexAFA14C08391F342731
Octal2572411140107137644761
Binary101011111010000110011000100011100111111110100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA14C; }

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

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

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

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

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

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

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

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