#A06E35

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

Shades of Buttered Rum #A06E35

Tints of Buttered Rum #A06E35

Color information

#A06E35 (or 0xA06E35) is unknown color: approx Buttered Rum. HEX triplet: A0, 6E and 35. RGB value is (160,110,53). Sum of RGB (Red+Green+Blue) = 160+110+53=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A06E35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06E35 is #5F91CA. Grayscale: #767676. Windows color (decimal): -6263243 or 3501728. OLE color: 3501728.

HSL color Cylindrical-coordinate representation of color #A06E35: hue angle of 31.96º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A06E35 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB16011053-
CMYK00.310.670.37
HSL31.96º50.23%41.76%-
HSV(B)31.96º66.87%62.75%-
XYZ20.7218.885.92-
YUV118.4591.06157.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 110 (43.36% from 255) = 34.06%
BLUE value IS 53 (21.09% from 255) = 16.41%
R=49.54%
G=34.06%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601105300.310.670.3731.9650.2341.76
HexA06E3501F432520322a
Octal2401566503710345406252
Binary1010000011011101101010111111000011100101100000110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06E35; }

 p { color: rgb(160,110,53); }

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

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

 a { background-color: rgb(160,110,53); }

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

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

 span { border-color: rgb(160,110,53); }

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