#A0762D

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

Shades of Buttered Rum #A0762D

Tints of Buttered Rum #A0762D

Color information

#A0762D (or 0xA0762D) is unknown color: approx Buttered Rum. HEX triplet: A0, 76 and 2D. RGB value is (160,118,45). Sum of RGB (Red+Green+Blue) = 160+118+45=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 45 (17.97% from 255 or 13.93% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0762D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0762D is #5F89D2. Grayscale: #7A7A7A. Windows color (decimal): -6261203 or 2979488. OLE color: 2979488.

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

Color convert

RGB16011845-
CMYK00.260.720.37
HSL38.09º56.1%40.2%-
HSV(B)38.09º71.88%62.75%-
XYZ21.4520.625.33-
YUV122.2484.41154.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.54%
GREEN value IS 118 (46.48% from 255) = 36.53%
BLUE value IS 45 (17.97% from 255) = 13.93%
R=49.54%
G=36.53%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601184500.260.720.3738.0956.140.2
HexA0762D01A4825263828
Octal2401665503211045467050
Binary1010000011101101011010110101001000100101100110111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0762D; }

 p { color: rgb(160,118,45); }

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

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

 a { background-color: rgb(160,118,45); }

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

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

 span { border-color: rgb(160,118,45); }

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