#A06C2B

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

Shades of Buttered Rum #A06C2B

Tints of Buttered Rum #A06C2B

Color information

#A06C2B (or 0xA06C2B) is unknown color: approx Buttered Rum. HEX triplet: A0, 6C and 2B. RGB value is (160,108,43). Sum of RGB (Red+Green+Blue) = 160+108+43=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C2B is #5F93D4. Grayscale: #747474. Windows color (decimal): -6263765 or 2845856. OLE color: 2845856.

HSL color Cylindrical-coordinate representation of color #A06C2B: hue angle of 33.33º degrees, saturation: 0.58, 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 #A06C2B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB16010843-
CMYK00.320.730.37
HSL33.33º57.64%39.8%-
HSV(B)33.33º73.12%62.75%-
XYZ20.318.374.76-
YUV116.1486.73159.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=51.45%
G=34.73%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601084300.320.730.3733.3357.6439.8
HexA06C2B0204925213a28
Octal2401545304011145417250
Binary10100000110110010101101000001001001100101100001111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C2B; }

 p { color: rgb(160,108,43); }

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

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

 a { background-color: rgb(160,108,43); }

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

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

 span { border-color: rgb(160,108,43); }

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