#A27038

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

Shades of Buttered Rum #A27038

Tints of Buttered Rum #A27038

Color information

#A27038 (or 0xA27038) is unknown color: approx Buttered Rum. HEX triplet: A2, 70 and 38. RGB value is (162,112,56). Sum of RGB (Red+Green+Blue) = 162+112+56=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A27038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27038 is #5D8FC7. Grayscale: #787878. Windows color (decimal): -6131656 or 3698850. OLE color: 3698850.

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

Color convert

RGB16211256-
CMYK00.310.650.36
HSL31.7º48.62%42.75%-
HSV(B)31.7º65.43%63.53%-
XYZ21.4119.566.39-
YUV120.5791.56157.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=49.09%
G=33.94%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621125600.310.650.3631.748.6242.75
HexA2703801F412420312b
Octal2421607003710144406153
Binary1010001011100001110000111111000001100100100000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27038; }

 p { color: rgb(162,112,56); }

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

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

 a { background-color: rgb(162,112,56); }

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

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

 span { border-color: rgb(162,112,56); }

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