#A2722D

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

Shades of Buttered Rum #A2722D

Tints of Buttered Rum #A2722D

Color information

#A2722D (or 0xA2722D) is unknown color: approx Buttered Rum. HEX triplet: A2, 72 and 2D. RGB value is (162,114,45). Sum of RGB (Red+Green+Blue) = 162+114+45=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A2722D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2722D is #5D8DD2. Grayscale: #787878. Windows color (decimal): -6131155 or 2978466. OLE color: 2978466.

HSL color Cylindrical-coordinate representation of color #A2722D: hue angle of 35.38º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A2722D is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16211445-
CMYK00.300.720.36
HSL35.38º56.52%40.59%-
HSV(B)35.38º72.22%63.53%-
XYZ21.3919.915.2-
YUV120.4985.4157.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.47%
GREEN value IS 114 (44.92% from 255) = 35.51%
BLUE value IS 45 (17.97% from 255) = 14.02%
R=50.47%
G=35.51%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621144500.300.720.3635.3856.5240.59
HexA2722D01E4824233929
Octal2421625503611044437151
Binary1010001011100101011010111101001000100100100011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2722D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2722D; }

 p { color: rgb(162,114,45); }

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

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

 a { background-color: rgb(162,114,45); }

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

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

 span { border-color: rgb(162,114,45); }

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