#A39948

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

Shades of Husk #A39948

Tints of Husk #A39948

Color information

#A39948 (or 0xA39948) is unknown color: approx Husk. HEX triplet: A3, 99 and 48. RGB value is (163,153,72). Sum of RGB (Red+Green+Blue) = 163+153+72=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A39948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A39948 is #5C66B7. Grayscale: #939393. Windows color (decimal): -6055608 or 4757923. OLE color: 4757923.

HSL color Cylindrical-coordinate representation of color #A39948: hue angle of 53.41º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A39948 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16315372-
CMYK00.060.560.36
HSL53.41º38.72%46.08%-
HSV(B)53.41º55.83%63.92%-
XYZ27.6731.0410.66-
YUV146.7685.81139.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 42.01%
GREEN value IS 153 (60.16% from 255) = 39.43%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=42.01%
G=39.43%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631537200.060.560.3653.4138.7246.08
HexA3994806382435272e
Octal243231110067044654756
Binary101000111001100110010000110111000100100110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39948; }

 p { color: rgb(163,153,72); }

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

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

 a { background-color: rgb(163,153,72); }

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

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

 span { border-color: rgb(163,153,72); }

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