#A36822

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

Shades of Buttered Rum #A36822

Tints of Buttered Rum #A36822

Color information

#A36822 (or 0xA36822) is unknown color: approx Buttered Rum. HEX triplet: A3, 68 and 22. RGB value is (163,104,34). Sum of RGB (Red+Green+Blue) = 163+104+34=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A36822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36822 is #5C97DD. Grayscale: #717171. Windows color (decimal): -6068190 or 2255011. OLE color: 2255011.

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

Color convert

RGB16310434-
CMYK00.360.790.36
HSL32.56º65.48%38.63%-
HSV(B)32.56º79.14%63.92%-
XYZ20.3417.83.88-
YUV113.6683.05163.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 104 (41.02% from 255) = 34.55%
BLUE value IS 34 (13.67% from 255) = 11.30%
R=54.15%
G=34.55%
B=11.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631043400.360.790.3632.5665.4838.63
HexA368220244F24214127
Octal24315042044117444110147
Binary101000111101000100010010010010011111001001000011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36822; }

 p { color: rgb(163,104,34); }

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

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

 a { background-color: rgb(163,104,34); }

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

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

 span { border-color: rgb(163,104,34); }

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