#A36F2F

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

Shades of Buttered Rum #A36F2F

Tints of Buttered Rum #A36F2F

Color information

#A36F2F (or 0xA36F2F) is unknown color: approx Buttered Rum. HEX triplet: A3, 6F and 2F. RGB value is (163,111,47). Sum of RGB (Red+Green+Blue) = 163+111+47=321 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.78% from 321); Green value is 111 (43.75% from 255 or 34.58% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F2F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A36F2F is #5C90D0. Grayscale: #777777. Windows color (decimal): -6066385 or 3108771. OLE color: 3108771.

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

Color convert

RGB16311147-
CMYK00.320.710.36
HSL33.1º55.24%41.18%-
HSV(B)33.1º71.17%63.92%-
XYZ21.319.365.3-
YUV119.2587.23159.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.78%
GREEN value IS 111 (43.75% from 255) = 34.58%
BLUE value IS 47 (18.75% from 255) = 14.64%
R=50.78%
G=34.58%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631114700.320.710.3633.155.2441.18
HexA36F2F0204724213729
Octal2431575704010744416751
Binary10100011110111110111101000001000111100100100001110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36F2F; }

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

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

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

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

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

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

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

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