#A2722E

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

Shades of Buttered Rum #A2722E

Tints of Buttered Rum #A2722E

Color information

#A2722E (or 0xA2722E) is unknown color: approx Buttered Rum. HEX triplet: A2, 72 and 2E. RGB value is (162,114,46). Sum of RGB (Red+Green+Blue) = 162+114+46=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 46 (18.36% from 255 or 14.29% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A2722E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2722E is #5D8DD1. Grayscale: #787878. Windows color (decimal): -6131154 or 3044002. OLE color: 3044002.

HSL color Cylindrical-coordinate representation of color #A2722E: hue angle of 35.17º degrees, saturation: 0.56, 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 #A2722E is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16211446-
CMYK00.300.720.36
HSL35.17º55.77%40.78%-
HSV(B)35.17º71.6%63.53%-
XYZ21.4119.915.3-
YUV120.685.9157.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 50.31%
GREEN value IS 114 (44.92% from 255) = 35.40%
BLUE value IS 46 (18.36% from 255) = 14.29%
R=50.31%
G=35.40%
B=14.29%

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
Decimal1621144600.300.720.3635.1755.7740.78
HexA2722E01E4824233829
Octal2421625603611044437051
Binary1010001011100101011100111101001000100100100011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2722E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2722E; }

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

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

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

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

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

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

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

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