#A07435

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

Shades of Buttered Rum #A07435

Tints of Buttered Rum #A07435

Color information

#A07435 (or 0xA07435) is unknown color: approx Buttered Rum. HEX triplet: A0, 74 and 35. RGB value is (160,116,53). Sum of RGB (Red+Green+Blue) = 160+116+53=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A07435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07435 is #5F8BCA. Grayscale: #7A7A7A. Windows color (decimal): -6261707 or 3503264. OLE color: 3503264.

HSL color Cylindrical-coordinate representation of color #A07435: hue angle of 35.33º 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 #A07435 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB16011653-
CMYK00.280.670.37
HSL35.33º50.23%41.76%-
HSV(B)35.33º66.87%62.75%-
XYZ21.3920.226.14-
YUV121.9789.08155.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.63%
GREEN value IS 116 (45.70% from 255) = 35.26%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=48.63%
G=35.26%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601165300.280.670.3735.3350.2341.76
HexA0743501C432523322a
Octal2401646503410345436252
Binary1010000011101001101010111001000011100101100011110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07435; }

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

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

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

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

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

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

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

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