#AF9950

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

Shades of Husk #AF9950

Tints of Husk #AF9950

Color information

#AF9950 (or 0xAF9950) is unknown color: approx Husk. HEX triplet: AF, 99 and 50. RGB value is (175,153,80). Sum of RGB (Red+Green+Blue) = 175+153+80=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 153 (60.16% from 255 or 37.5% from 408); Blue value is 80 (31.64% from 255 or 19.61% from 408); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF9950 is #5066AF. Grayscale: #979797. Windows color (decimal): -5269168 or 5282223. OLE color: 5282223.

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

Color convert

RGB17515380-
CMYK00.130.540.31
HSL46.11º37.25%50%-
HSV(B)46.11º54.29%68.63%-
XYZ30.5232.4812.25-
YUV151.2687.79144.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 42.89%
GREEN value IS 153 (60.16% from 255) = 37.5%
BLUE value IS 80 (31.64% from 255) = 19.61%
R=42.89%
G=37.5%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751538000.130.540.3146.1137.2550
HexAF99500D361F2e2532
Octal2572311200156637564562
Binary101011111001100110100000110111011011111101110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9950; }

 p { color: rgb(175,153,80); }

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

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

 a { background-color: rgb(175,153,80); }

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

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

 span { border-color: rgb(175,153,80); }

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