#A1722A

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

Shades of Buttered Rum #A1722A

Tints of Buttered Rum #A1722A

Color information

#A1722A (or 0xA1722A) is unknown color: approx Buttered Rum. HEX triplet: A1, 72 and 2A. RGB value is (161,114,42). Sum of RGB (Red+Green+Blue) = 161+114+42=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1722A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1722A is #5E8DD5. Grayscale: #787878. Windows color (decimal): -6196694 or 2781857. OLE color: 2781857.

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

Color convert

RGB16111442-
CMYK00.290.740.37
HSL36.3º58.62%39.8%-
HSV(B)36.3º73.91%63.14%-
XYZ21.1319.784.89-
YUV119.8484.07157.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.79%
GREEN value IS 114 (44.92% from 255) = 35.96%
BLUE value IS 42 (16.80% from 255) = 13.25%
R=50.79%
G=35.96%
B=13.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611144200.290.740.3736.358.6239.8
HexA1722A01D4A25243b28
Octal2411625203511245447350
Binary1010000111100101010100111011001010100101100100111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1722A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1722A; }

 p { color: rgb(161,114,42); }

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

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

 a { background-color: rgb(161,114,42); }

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

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

 span { border-color: rgb(161,114,42); }

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