#A0773E

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

Shades of Buttered Rum #A0773E

Tints of Buttered Rum #A0773E

Color information

#A0773E (or 0xA0773E) is unknown color: approx Buttered Rum. HEX triplet: A0, 77 and 3E. RGB value is (160,119,62). Sum of RGB (Red+Green+Blue) = 160+119+62=341 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.92% from 341); Green value is 119 (46.88% from 255 or 34.90% from 341); Blue value is 62 (24.61% from 255 or 18.18% from 341); Max value from RGB is 160 - color contains mainly: red. Hex color #A0773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0773E is #5F88C1. Grayscale: #7D7D7D. Windows color (decimal): -6260930 or 4093856. OLE color: 4093856.

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

Color convert

RGB16011962-
CMYK00.260.610.37
HSL34.9º44.14%43.53%-
HSV(B)34.9º61.25%62.75%-
XYZ21.9621.027.46-
YUV124.7692.58153.13-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.92%
GREEN value IS 119 (46.88% from 255) = 34.90%
BLUE value IS 62 (24.61% from 255) = 18.18%
R=46.92%
G=34.90%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601196200.260.610.3734.944.1443.53
HexA0773E01A3D25232c2c
Octal240167760327545435454
Binary101000001110111111110011010111101100101100011101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0773E; }

 p { color: rgb(160,119,62); }

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

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

 a { background-color: rgb(160,119,62); }

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

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

 span { border-color: rgb(160,119,62); }

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