#A39655

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

Shades of Husk #A39655

Tints of Husk #A39655

Color information

#A39655 (or 0xA39655) is unknown color: approx Husk. HEX triplet: A3, 96 and 55. RGB value is (163,150,85). Sum of RGB (Red+Green+Blue) = 163+150+85=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 150 (58.98% from 255 or 37.69% from 398); Blue value is 85 (33.59% from 255 or 21.36% from 398); Max value from RGB is 163 - color contains mainly: red. Hex color #A39655 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39655 is #5C69AA. Grayscale: #929292. Windows color (decimal): -6056363 or 5609123. OLE color: 5609123.

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

Color convert

RGB16315085-
CMYK00.080.480.36
HSL50º31.45%48.63%-
HSV(B)50º47.85%63.92%-
XYZ27.6530.2612.98-
YUV146.4893.31139.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.95%
GREEN value IS 150 (58.98% from 255) = 37.69%
BLUE value IS 85 (33.59% from 255) = 21.36%
R=40.95%
G=37.69%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631508500.080.480.365031.4548.63
HexA39655083024321f31
Octal2432261250106044623761
Binary101000111001011010101010100011000010010011001011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A39655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A39655; }

 p { color: rgb(163,150,85); }

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

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

 a { background-color: rgb(163,150,85); }

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

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

 span { border-color: rgb(163,150,85); }

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