#A27027

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

Shades of Buttered Rum #A27027

Tints of Buttered Rum #A27027

Color information

#A27027 (or 0xA27027) is unknown color: approx Buttered Rum. HEX triplet: A2, 70 and 27. RGB value is (162,112,39). Sum of RGB (Red+Green+Blue) = 162+112+39=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 39 (15.62% from 255 or 12.46% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A27027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27027 is #5D8FD8. Grayscale: #767676. Windows color (decimal): -6131673 or 2584738. OLE color: 2584738.

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

Color convert

RGB16211239-
CMYK00.310.760.36
HSL35.61º61.19%39.41%-
HSV(B)35.61º75.93%63.53%-
XYZ21.0619.424.56-
YUV118.6383.06158.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 112 (44.14% from 255) = 35.78%
BLUE value IS 39 (15.62% from 255) = 12.46%
R=51.76%
G=35.78%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621123900.310.760.3635.6161.1939.41
HexA2702701F4C24243d27
Octal2421604703711444447547
Binary1010001011100001001110111111001100100100100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27027; }

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

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

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

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

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

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

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

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