#A36F2E

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

Shades of Buttered Rum #A36F2E

Tints of Buttered Rum #A36F2E

Color information

#A36F2E (or 0xA36F2E) is unknown color: approx Buttered Rum. HEX triplet: A3, 6F and 2E. RGB value is (163,111,46). Sum of RGB (Red+Green+Blue) = 163+111+46=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F2E is #5C90D1. Grayscale: #777777. Windows color (decimal): -6066386 or 3043235. OLE color: 3043235.

HSL color Cylindrical-coordinate representation of color #A36F2E: hue angle of 33.33º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A36F2E is Cyan = 0, Magento = 0.32, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB16311146-
CMYK00.320.720.36
HSL33.33º55.98%40.98%-
HSV(B)33.33º71.78%63.92%-
XYZ21.2819.355.2-
YUV119.1486.73159.29-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 111 (43.75% from 255) = 34.69%
BLUE value IS 46 (18.36% from 255) = 14.38%
R=50.94%
G=34.69%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631114600.320.720.3633.3355.9840.98
HexA36F2E0204824213829
Octal2431575604011044417051
Binary10100011110111110111001000001001000100100100001111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F2E; }

 p { color: rgb(163,111,46); }

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

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

 a { background-color: rgb(163,111,46); }

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

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

 span { border-color: rgb(163,111,46); }

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