#AF9B48

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

Shades of Husk #AF9B48

Tints of Husk #AF9B48

Color information

#AF9B48 (or 0xAF9B48) is unknown color: approx Husk. HEX triplet: AF, 9B and 48. RGB value is (175,155,72). Sum of RGB (Red+Green+Blue) = 175+155+72=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 72 (28.52% from 255 or 17.91% from 402); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9B48 is #5064B7. Grayscale: #979797. Windows color (decimal): -5268664 or 4758447. OLE color: 4758447.

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

Color convert

RGB17515572-
CMYK00.110.590.31
HSL48.35º41.7%48.43%-
HSV(B)48.35º58.86%68.63%-
XYZ30.5733.0210.89-
YUV151.5283.13144.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 155 (60.94% from 255) = 38.56%
BLUE value IS 72 (28.52% from 255) = 17.91%
R=43.53%
G=38.56%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751557200.110.590.3148.3541.748.43
HexAF9B480B3B1F302a30
Octal2572331100137337605260
Binary101011111001101110010000101111101111111110000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9B48; }

 p { color: rgb(175,155,72); }

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

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

 a { background-color: rgb(175,155,72); }

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

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

 span { border-color: rgb(175,155,72); }

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