#A07027

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

Shades of Buttered Rum #A07027

Tints of Buttered Rum #A07027

Color information

#A07027 (or 0xA07027) is unknown color: approx Buttered Rum. HEX triplet: A0, 70 and 27. RGB value is (160,112,39). Sum of RGB (Red+Green+Blue) = 160+112+39=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 112 (44.14% from 255 or 36.01% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A07027 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07027 is #5F8FD8. Grayscale: #767676. Windows color (decimal): -6262745 or 2584736. OLE color: 2584736.

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

Color convert

RGB16011239-
CMYK00.300.760.37
HSL36.2º60.8%39.02%-
HSV(B)36.2º75.63%62.75%-
XYZ20.6619.214.54-
YUV118.0383.4157.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.45%
GREEN value IS 112 (44.14% from 255) = 36.01%
BLUE value IS 39 (15.62% from 255) = 12.54%
R=51.45%
G=36.01%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601123900.300.760.3736.260.839.02
HexA0702701E4C25243d27
Octal2401604703611445447547
Binary1010000011100001001110111101001100100101100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07027; }

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

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

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

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

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

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

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

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