#AF9843

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

Shades of Husk #AF9843

Tints of Husk #AF9843

Color information

#AF9843 (or 0xAF9843) is unknown color: approx Husk. HEX triplet: AF, 98 and 43. RGB value is (175,152,67). Sum of RGB (Red+Green+Blue) = 175+152+67=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 67 (26.56% from 255 or 17.01% from 394); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9843 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9843 is #5067BC. Grayscale: #959595. Windows color (decimal): -5269437 or 4429999. OLE color: 4429999.

HSL color Cylindrical-coordinate representation of color #AF9843: hue angle of 47.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF9843 is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB17515267-
CMYK00.130.620.31
HSL47.22º44.63%47.45%-
HSV(B)47.22º61.71%68.63%-
XYZ29.9231.989.91-
YUV149.1981.62146.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.42%
GREEN value IS 152 (59.77% from 255) = 38.58%
BLUE value IS 67 (26.56% from 255) = 17.01%
R=44.42%
G=38.58%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751526700.130.620.3147.2244.6347.45
HexAF98430D3E1F2f2d2f
Octal2572301030157637575557
Binary101011111001100010000110110111111011111101111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9843; }

 p { color: rgb(175,152,67); }

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

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

 a { background-color: rgb(175,152,67); }

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

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

 span { border-color: rgb(175,152,67); }

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