#A39350

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

Shades of Husk #A39350

Tints of Husk #A39350

Color information

#A39350 (or 0xA39350) is unknown color: approx Husk. HEX triplet: A3, 93 and 50. RGB value is (163,147,80). Sum of RGB (Red+Green+Blue) = 163+147+80=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 80 (31.64% from 255 or 20.51% from 390); Max value from RGB is 163 - color contains mainly: red. Hex color #A39350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39350 is #5C6CAF. Grayscale: #909090. Windows color (decimal): -6057136 or 5280675. OLE color: 5280675.

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

Color convert

RGB16314780-
CMYK00.100.510.36
HSL48.43º34.16%47.65%-
HSV(B)48.43º50.92%63.92%-
XYZ26.9929.2311.81-
YUV144.1591.8141.45-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.79%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 80 (31.64% from 255) = 20.51%
R=41.79%
G=37.69%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631478000.100.510.3648.4334.1647.65
HexA393500A3324302230
Octal2432231200126344604260
Binary1010001110010011101000001010110011100100110000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39350; }

 p { color: rgb(163,147,80); }

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

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

 a { background-color: rgb(163,147,80); }

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

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

 span { border-color: rgb(163,147,80); }

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