#A27238

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

Shades of Buttered Rum #A27238

Tints of Buttered Rum #A27238

Color information

#A27238 (or 0xA27238) is unknown color: approx Buttered Rum. HEX triplet: A2, 72 and 38. RGB value is (162,114,56). Sum of RGB (Red+Green+Blue) = 162+114+56=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 56 (22.27% from 255 or 16.87% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27238 is #5D8DC7. Grayscale: #7A7A7A. Windows color (decimal): -6131144 or 3699362. OLE color: 3699362.

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

Color convert

RGB16211456-
CMYK00.300.650.36
HSL32.83º48.62%42.75%-
HSV(B)32.83º65.43%63.53%-
XYZ21.63206.46-
YUV121.7490.9156.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 56 (22.27% from 255) = 16.87%
R=48.80%
G=34.34%
B=16.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621145600.300.650.3632.8348.6242.75
HexA2723801E412421312b
Octal2421627003610144416153
Binary1010001011100101110000111101000001100100100001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27238; }

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

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

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

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

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

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

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

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