#A39451

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

Shades of Husk #A39451

Tints of Husk #A39451

Color information

#A39451 (or 0xA39451) is unknown color: approx Husk. HEX triplet: A3, 94 and 51. RGB value is (163,148,81). Sum of RGB (Red+Green+Blue) = 163+148+81=392 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.58% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 163 - color contains mainly: red. Hex color #A39451 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39451 is #5C6BAE. Grayscale: #919191. Windows color (decimal): -6056879 or 5346467. OLE color: 5346467.

HSL color Cylindrical-coordinate representation of color #A39451: hue angle of 49.02º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A39451 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB16314881-
CMYK00.090.500.36
HSL49.02º33.61%47.84%-
HSV(B)49.02º50.31%63.92%-
XYZ27.1829.5612.06-
YUV144.8591.97140.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.58%
GREEN value IS 148 (58.20% from 255) = 37.76%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=41.58%
G=37.76%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631488100.090.500.3649.0233.6147.84
HexA39451093224312230
Octal2432241210116244614260
Binary1010001110010100101000101001110010100100110001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39451; }

 p { color: rgb(163,148,81); }

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

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

 a { background-color: rgb(163,148,81); }

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

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

 span { border-color: rgb(163,148,81); }

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