#A07035

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

Shades of Buttered Rum #A07035

Tints of Buttered Rum #A07035

Color information

#A07035 (or 0xA07035) is unknown color: approx Buttered Rum. HEX triplet: A0, 70 and 35. RGB value is (160,112,53). Sum of RGB (Red+Green+Blue) = 160+112+53=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A07035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07035 is #5F8FCA. Grayscale: #777777. Windows color (decimal): -6262731 or 3502240. OLE color: 3502240.

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

Color convert

RGB16011253-
CMYK00.300.670.37
HSL33.08º50.23%41.76%-
HSV(B)33.08º66.87%62.75%-
XYZ20.9319.325.99-
YUV119.6390.4156.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=49.23%
G=34.46%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601125300.300.670.3733.0850.2341.76
HexA0703501E432521322a
Octal2401606503610345416252
Binary1010000011100001101010111101000011100101100001110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07035; }

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

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

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

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

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

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

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

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