#A27233

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

Shades of Buttered Rum #A27233

Tints of Buttered Rum #A27233

Color information

#A27233 (or 0xA27233) is unknown color: approx Buttered Rum. HEX triplet: A2, 72 and 33. RGB value is (162,114,51). Sum of RGB (Red+Green+Blue) = 162+114+51=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 114 (44.92% from 255 or 34.86% from 327); Blue value is 51 (20.31% from 255 or 15.60% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A27233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27233 is #5D8DCC. Grayscale: #797979. Windows color (decimal): -6131149 or 3371682. OLE color: 3371682.

HSL color Cylindrical-coordinate representation of color #A27233: hue angle of 34.05º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A27233 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB16211451-
CMYK00.300.690.36
HSL34.05º52.11%41.76%-
HSV(B)34.05º68.52%63.53%-
XYZ21.5219.965.85-
YUV121.1788.4157.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.54%
GREEN value IS 114 (44.92% from 255) = 34.86%
BLUE value IS 51 (20.31% from 255) = 15.60%
R=49.54%
G=34.86%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621145100.300.690.3634.0552.1141.76
HexA2723301E452422342a
Octal2421626303610544426452
Binary1010001011100101100110111101000101100100100010110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27233; }

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

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

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

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

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

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

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

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