#A07635

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

Shades of Buttered Rum #A07635

Tints of Buttered Rum #A07635

Color information

#A07635 (or 0xA07635) is unknown color: approx Buttered Rum. HEX triplet: A0, 76 and 35. RGB value is (160,118,53). Sum of RGB (Red+Green+Blue) = 160+118+53=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07635 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07635 is #5F89CA. Grayscale: #7B7B7B. Windows color (decimal): -6261195 or 3503776. OLE color: 3503776.

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

Color convert

RGB16011853-
CMYK00.260.670.37
HSL36.45º50.23%41.76%-
HSV(B)36.45º66.87%62.75%-
XYZ21.6220.696.22-
YUV123.1588.41154.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 118 (46.48% from 255) = 35.65%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=48.34%
G=35.65%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601185300.260.670.3736.4550.2341.76
HexA0763501A432524322a
Octal2401666503210345446252
Binary1010000011101101101010110101000011100101100100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07635; }

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

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

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

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

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

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

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

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