#A06F2C

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

Shades of Buttered Rum #A06F2C

Tints of Buttered Rum #A06F2C

Color information

#A06F2C (or 0xA06F2C) is unknown color: approx Buttered Rum. HEX triplet: A0, 6F and 2C. RGB value is (160,111,44). Sum of RGB (Red+Green+Blue) = 160+111+44=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 44 (17.58% from 255 or 13.97% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A06F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06F2C is #5F90D3. Grayscale: #767676. Windows color (decimal): -6262996 or 2912160. OLE color: 2912160.

HSL color Cylindrical-coordinate representation of color #A06F2C: hue angle of 34.66º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A06F2C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB16011144-
CMYK00.310.720.37
HSL34.66º56.86%40%-
HSV(B)34.66º72.5%62.75%-
XYZ20.6419.024.97-
YUV118.0186.23157.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.79%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 44 (17.58% from 255) = 13.97%
R=50.79%
G=35.24%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601114400.310.720.3734.6656.8640
HexA06F2C01F4825233928
Octal2401575403711045437150
Binary1010000011011111011000111111001000100101100011111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06F2C; }

 p { color: rgb(160,111,44); }

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

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

 a { background-color: rgb(160,111,44); }

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

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

 span { border-color: rgb(160,111,44); }

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