#AF9746

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

Shades of Husk #AF9746

Tints of Husk #AF9746

Color information

#AF9746 (or 0xAF9746) is unknown color: approx Husk. HEX triplet: AF, 97 and 46. RGB value is (175,151,70). Sum of RGB (Red+Green+Blue) = 175+151+70=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 151 (59.38% from 255 or 38.13% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9746 is #5068B9. Grayscale: #959595. Windows color (decimal): -5269690 or 4626351. OLE color: 4626351.

HSL color Cylindrical-coordinate representation of color #AF9746: hue angle of 46.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF9746 is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB17515170-
CMYK00.140.600.31
HSL46.29º42.86%48.04%-
HSV(B)46.29º60%68.63%-
XYZ29.8531.6910.34-
YUV148.9483.45146.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 151 (59.38% from 255) = 38.13%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=44.19%
G=38.13%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751517000.140.600.3146.2942.8648.04
HexAF97460E3C1F2e2b30
Octal2572271060167437565360
Binary101011111001011110001100111011110011111101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9746; }

 p { color: rgb(175,151,70); }

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

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

 a { background-color: rgb(175,151,70); }

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

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

 span { border-color: rgb(175,151,70); }

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