#A2763A

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

Shades of Buttered Rum #A2763A

Tints of Buttered Rum #A2763A

Color information

#A2763A (or 0xA2763A) is unknown color: approx Buttered Rum. HEX triplet: A2, 76 and 3A. RGB value is (162,118,58). Sum of RGB (Red+Green+Blue) = 162+118+58=338 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.93% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 162 - color contains mainly: red. Hex color #A2763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2763A is #5D89C5. Grayscale: #7C7C7C. Windows color (decimal): -6130118 or 3831458. OLE color: 3831458.

HSL color Cylindrical-coordinate representation of color #A2763A: hue angle of 34.62º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A2763A is Cyan = 0, Magento = 0.27, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB16211858-
CMYK00.270.640.36
HSL34.62º47.27%43.14%-
HSV(B)34.62º64.2%63.53%-
XYZ22.1420.946.88-
YUV124.3290.58154.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.93%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 58 (23.05% from 255) = 17.16%
R=47.93%
G=34.91%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621185800.270.640.3634.6247.2743.14
HexA2763A01B4024232f2b
Octal2421667203310044435753
Binary1010001011101101110100110111000000100100100011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2763A; }

 p { color: rgb(162,118,58); }

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

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

 a { background-color: rgb(162,118,58); }

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

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

 span { border-color: rgb(162,118,58); }

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