#A0793C

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

Shades of Buttered Rum #A0793C

Tints of Buttered Rum #A0793C

Color information

#A0793C (or 0xA0793C) is unknown color: approx Buttered Rum. HEX triplet: A0, 79 and 3C. RGB value is (160,121,60). Sum of RGB (Red+Green+Blue) = 160+121+60=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 121 (47.66% from 255 or 35.48% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0793C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0793C is #5F86C3. Grayscale: #7D7D7D. Windows color (decimal): -6260420 or 3963296. OLE color: 3963296.

HSL color Cylindrical-coordinate representation of color #A0793C: hue angle of 36.6º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0793C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16012160-
CMYK00.240.620.37
HSL36.6º45.45%43.14%-
HSV(B)36.6º62.5%62.75%-
XYZ22.1521.477.25-
YUV125.7190.92152.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 121 (47.66% from 255) = 35.48%
BLUE value IS 60 (23.83% from 255) = 17.60%
R=46.92%
G=35.48%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601216000.240.620.3736.645.4543.14
HexA0793C0183E25252d2b
Octal240171740307645455553
Binary101000001111001111100011000111110100101100101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0793C; }

 p { color: rgb(160,121,60); }

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

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

 a { background-color: rgb(160,121,60); }

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

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

 span { border-color: rgb(160,121,60); }

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