#A07A3C

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

Shades of Buttered Rum #A07A3C

Tints of Buttered Rum #A07A3C

Color information

#A07A3C (or 0xA07A3C) is unknown color: approx Buttered Rum. HEX triplet: A0, 7A and 3C. RGB value is (160,122,60). Sum of RGB (Red+Green+Blue) = 160+122+60=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 122 (48.05% from 255 or 35.67% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A07A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07A3C is #5F85C3. Grayscale: #7E7E7E. Windows color (decimal): -6260164 or 3963552. OLE color: 3963552.

HSL color Cylindrical-coordinate representation of color #A07A3C: hue angle of 37.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A07A3C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB16012260-
CMYK00.240.620.37
HSL37.2º45.45%43.14%-
HSV(B)37.2º62.5%62.75%-
XYZ22.2721.727.29-
YUV126.2990.59152.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 122 (48.05% from 255) = 35.67%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=46.78%
G=35.67%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601226000.240.620.3737.245.4543.14
HexA07A3C0183E25252d2b
Octal240172740307645455553
Binary101000001111010111100011000111110100101100101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07A3C; }

 p { color: rgb(160,122,60); }

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

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

 a { background-color: rgb(160,122,60); }

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

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

 span { border-color: rgb(160,122,60); }

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