#A1692B

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

Shades of Buttered Rum #A1692B

Tints of Buttered Rum #A1692B

Color information

#A1692B (or 0xA1692B) is unknown color: approx Buttered Rum. HEX triplet: A1, 69 and 2B. RGB value is (161,105,43). Sum of RGB (Red+Green+Blue) = 161+105+43=309 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.10% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 161 - color contains mainly: red. Hex color #A1692B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1692B is #5E96D4. Grayscale: #727272. Windows color (decimal): -6198997 or 2845089. OLE color: 2845089.

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

Color convert

RGB16110543-
CMYK00.350.730.37
HSL31.53º57.84%40%-
HSV(B)31.53º73.29%63.14%-
XYZ20.1917.854.67-
YUV114.6887.55161.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.10%
GREEN value IS 105 (41.41% from 255) = 33.98%
BLUE value IS 43 (17.19% from 255) = 13.92%
R=52.10%
G=33.98%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611054300.350.730.3731.5357.8440
HexA1692B0234925203a28
Octal2411515304311145407250
Binary10100001110100110101101000111001001100101100000111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1692B; }

 p { color: rgb(161,105,43); }

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

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

 a { background-color: rgb(161,105,43); }

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

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

 span { border-color: rgb(161,105,43); }

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