#A07636

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

Shades of Buttered Rum #A07636

Tints of Buttered Rum #A07636

Color information

#A07636 (or 0xA07636) is unknown color: approx Buttered Rum. HEX triplet: A0, 76 and 36. RGB value is (160,118,54). Sum of RGB (Red+Green+Blue) = 160+118+54=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A07636 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07636 is #5F89C9. Grayscale: #7B7B7B. Windows color (decimal): -6261194 or 3569312. OLE color: 3569312.

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

Color convert

RGB16011854-
CMYK00.260.660.37
HSL36.23º49.53%41.96%-
HSV(B)36.23º66.25%62.75%-
XYZ21.6420.76.34-
YUV123.2688.91154.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.19%
GREEN value IS 118 (46.48% from 255) = 35.54%
BLUE value IS 54 (21.48% from 255) = 16.27%
R=48.19%
G=35.54%
B=16.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601185400.260.660.3736.2349.5341.96
HexA0763601A422524322a
Octal2401666603210245446252
Binary1010000011101101101100110101000010100101100100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07636; }

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

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

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

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

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

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

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

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