#A16822

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

Shades of Buttered Rum #A16822

Tints of Buttered Rum #A16822

Color information

#A16822 (or 0xA16822) is unknown color: approx Buttered Rum. HEX triplet: A1, 68 and 22. RGB value is (161,104,34). Sum of RGB (Red+Green+Blue) = 161+104+34=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 34 (13.67% from 255 or 11.37% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A16822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16822 is #5E97DD. Grayscale: #717171. Windows color (decimal): -6199262 or 2255009. OLE color: 2255009.

HSL color Cylindrical-coordinate representation of color #A16822: hue angle of 33.07º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A16822 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16110434-
CMYK00.350.790.37
HSL33.07º65.13%38.24%-
HSV(B)33.07º78.88%63.14%-
XYZ19.9417.593.86-
YUV113.0683.38162.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.85%
GREEN value IS 104 (41.02% from 255) = 34.78%
BLUE value IS 34 (13.67% from 255) = 11.37%
R=53.85%
G=34.78%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611043400.350.790.3733.0765.1338.24
HexA168220234F25214126
Octal24115042043117454110146
Binary101000011101000100010010001110011111001011000011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16822; }

 p { color: rgb(161,104,34); }

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

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

 a { background-color: rgb(161,104,34); }

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

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

 span { border-color: rgb(161,104,34); }

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