#A16725

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

Shades of Buttered Rum #A16725

Tints of Buttered Rum #A16725

Color information

#A16725 (or 0xA16725) is unknown color: approx Buttered Rum. HEX triplet: A1, 67 and 25. RGB value is (161,103,37). Sum of RGB (Red+Green+Blue) = 161+103+37=301 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.49% from 301); Green value is 103 (40.62% from 255 or 34.22% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 161 - color contains mainly: red. Hex color #A16725 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A16725 is #5E98DA. Grayscale: #717171. Windows color (decimal): -6199515 or 2451361. OLE color: 2451361.

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

Color convert

RGB16110337-
CMYK00.360.770.37
HSL31.94º62.63%38.82%-
HSV(B)31.94º77.02%63.14%-
XYZ19.8817.414.06-
YUV112.8285.22162.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 53.49%
GREEN value IS 103 (40.62% from 255) = 34.22%
BLUE value IS 37 (14.84% from 255) = 12.29%
R=53.49%
G=34.22%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611033700.360.770.3731.9462.6338.82
HexA167250244D25203f27
Octal2411474504411545407747
Binary10100001110011110010101001001001101100101100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16725; }

 p { color: rgb(161,103,37); }

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

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

 a { background-color: rgb(161,103,37); }

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

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

 span { border-color: rgb(161,103,37); }

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