#A1763F

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

Shades of Buttered Rum #A1763F

Tints of Buttered Rum #A1763F

Color information

#A1763F (or 0xA1763F) is unknown color: approx Buttered Rum. HEX triplet: A1, 76 and 3F. RGB value is (161,118,63). Sum of RGB (Red+Green+Blue) = 161+118+63=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1763F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1763F is #5E89C0. Grayscale: #7C7C7C. Windows color (decimal): -6195649 or 4159137. OLE color: 4159137.

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

Color convert

RGB16111863-
CMYK00.270.610.37
HSL33.67º43.75%43.92%-
HSV(B)33.67º60.87%63.14%-
XYZ22.0720.897.57-
YUV124.5993.25153.97-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.08%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 63 (25% from 255) = 18.42%
R=47.08%
G=34.50%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611186300.270.610.3733.6743.7543.92
HexA1763F01B3D25222c2c
Octal241166770337545425454
Binary101000011110110111111011011111101100101100010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1763F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1763F; }

 p { color: rgb(161,118,63); }

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

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

 a { background-color: rgb(161,118,63); }

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

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

 span { border-color: rgb(161,118,63); }

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