#A36922

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

Shades of Buttered Rum #A36922

Tints of Buttered Rum #A36922

Color information

#A36922 (or 0xA36922) is unknown color: approx Buttered Rum. HEX triplet: A3, 69 and 22. RGB value is (163,105,34). Sum of RGB (Red+Green+Blue) = 163+105+34=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A36922 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36922 is #5C96DD. Grayscale: #727272. Windows color (decimal): -6067934 or 2255267. OLE color: 2255267.

HSL color Cylindrical-coordinate representation of color #A36922: hue angle of 33.02º 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 #A36922 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16310534-
CMYK00.360.790.36
HSL33.02º65.48%38.63%-
HSV(B)33.02º79.14%63.92%-
XYZ20.4418.013.91-
YUV114.2582.72162.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 34 (13.67% from 255) = 11.26%
R=53.97%
G=34.77%
B=11.26%

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
Decimal1631053400.360.790.3633.0265.4838.63
HexA369220244F24214127
Octal24315142044117444110147
Binary101000111101001100010010010010011111001001000011000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36922; }

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

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

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

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

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

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

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

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