#AF9548

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

Shades of Husk #AF9548

Tints of Husk #AF9548

Color information

#AF9548 (or 0xAF9548) is unknown color: approx Husk. HEX triplet: AF, 95 and 48. RGB value is (175,149,72). Sum of RGB (Red+Green+Blue) = 175+149+72=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 149 (58.59% from 255 or 37.63% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9548 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9548 is #506AB7. Grayscale: #949494. Windows color (decimal): -5270200 or 4756911. OLE color: 4756911.

HSL color Cylindrical-coordinate representation of color #AF9548: hue angle of 44.85º 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 #AF9548 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB17514972-
CMYK00.150.590.31
HSL44.85º41.7%48.43%-
HSV(B)44.85º58.86%68.63%-
XYZ29.631.0810.57-
YUV14885.11147.26-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.19%
GREEN value IS 149 (58.59% from 255) = 37.63%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=44.19%
G=37.63%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751497200.150.590.3144.8541.748.43
HexAF95480F3B1F2d2a30
Octal2572251100177337555260
Binary101011111001010110010000111111101111111101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9548; }

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

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

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

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

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

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

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

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