#AF9945

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

Shades of Husk #AF9945

Tints of Husk #AF9945

Color information

#AF9945 (or 0xAF9945) is unknown color: approx Husk. HEX triplet: AF, 99 and 45. RGB value is (175,153,69). Sum of RGB (Red+Green+Blue) = 175+153+69=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 69 (27.34% from 255 or 17.38% from 397); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9945 is #5066BA. Grayscale: #969696. Windows color (decimal): -5269179 or 4561327. OLE color: 4561327.

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

Color convert

RGB17515369-
CMYK00.130.610.31
HSL47.55º43.44%47.84%-
HSV(B)47.55º60.57%68.63%-
XYZ30.1432.3310.28-
YUV15082.29145.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.08%
GREEN value IS 153 (60.16% from 255) = 38.54%
BLUE value IS 69 (27.34% from 255) = 17.38%
R=44.08%
G=38.54%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751536900.130.610.3147.5543.4447.84
HexAF99450D3D1F302b30
Octal2572311050157537605360
Binary101011111001100110001010110111110111111110000101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9945; }

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

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

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

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

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

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

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

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