#A16B28

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

Shades of Buttered Rum #A16B28

Tints of Buttered Rum #A16B28

Color information

#A16B28 (or 0xA16B28) is unknown color: approx Buttered Rum. HEX triplet: A1, 6B and 28. RGB value is (161,107,40). Sum of RGB (Red+Green+Blue) = 161+107+40=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A16B28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16B28 is #5E94D7. Grayscale: #737373. Windows color (decimal): -6198488 or 2648993. OLE color: 2648993.

HSL color Cylindrical-coordinate representation of color #A16B28: hue angle of 33.22º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A16B28 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16110740-
CMYK00.340.750.37
HSL33.22º60.2%39.41%-
HSV(B)33.22º75.16%63.14%-
XYZ20.3418.254.46-
YUV115.5185.39160.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=52.27%
G=34.74%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611074000.340.750.3733.2260.239.41
HexA16B280224B25213c27
Octal2411535004211345417447
Binary10100001110101110100001000101001011100101100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16B28; }

 p { color: rgb(161,107,40); }

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

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

 a { background-color: rgb(161,107,40); }

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

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

 span { border-color: rgb(161,107,40); }

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