#A0753E

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

Shades of Buttered Rum #A0753E

Tints of Buttered Rum #A0753E

Color information

#A0753E (or 0xA0753E) is unknown color: approx Buttered Rum. HEX triplet: A0, 75 and 3E. RGB value is (160,117,62). Sum of RGB (Red+Green+Blue) = 160+117+62=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 160 - color contains mainly: red. Hex color #A0753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0753E is #5F8AC1. Grayscale: #7B7B7B. Windows color (decimal): -6261442 or 4093344. OLE color: 4093344.

HSL color Cylindrical-coordinate representation of color #A0753E: hue angle of 33.67º 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 #A0753E is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB16011762-
CMYK00.270.610.37
HSL33.67º44.14%43.53%-
HSV(B)33.67º61.25%62.75%-
XYZ21.7320.547.38-
YUV123.5993.25153.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 47.20%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=47.20%
G=34.51%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601176200.270.610.3733.6744.1443.53
HexA0753E01B3D25222c2c
Octal240165760337545425454
Binary101000001110101111110011011111101100101100010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0753E; }

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

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

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

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

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

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

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

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