#A07432

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

Shades of Buttered Rum #A07432

Tints of Buttered Rum #A07432

Color information

#A07432 (or 0xA07432) is unknown color: approx Buttered Rum. HEX triplet: A0, 74 and 32. RGB value is (160,116,50). Sum of RGB (Red+Green+Blue) = 160+116+50=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A07432 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07432 is #5F8BCD. Grayscale: #797979. Windows color (decimal): -6261710 or 3306656. OLE color: 3306656.

HSL color Cylindrical-coordinate representation of color #A07432: hue angle of 36º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07432 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16011650-
CMYK00.280.690.37
HSL36º52.38%41.18%-
HSV(B)36º68.75%62.75%-
XYZ21.3220.195.79-
YUV121.6387.58155.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.08%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=49.08%
G=35.58%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601165000.280.690.373652.3841.18
HexA0743201C4525243429
Octal2401646203410545446451
Binary1010000011101001100100111001000101100101100100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07432; }

 p { color: rgb(160,116,50); }

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

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

 a { background-color: rgb(160,116,50); }

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

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

 span { border-color: rgb(160,116,50); }

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