#A07C3C

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

Shades of Buttered Rum #A07C3C

Tints of Buttered Rum #A07C3C

Color information

#A07C3C (or 0xA07C3C) is unknown color: approx Buttered Rum. HEX triplet: A0, 7C and 3C. RGB value is (160,124,60). Sum of RGB (Red+Green+Blue) = 160+124+60=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 124 (48.83% from 255 or 36.05% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A07C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07C3C is #5F83C3. Grayscale: #7F7F7F. Windows color (decimal): -6259652 or 3964064. OLE color: 3964064.

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

Color convert

RGB16012460-
CMYK00.220.620.37
HSL38.4º45.45%43.14%-
HSV(B)38.4º62.5%62.75%-
XYZ22.5222.227.38-
YUV127.4789.93151.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.51%
GREEN value IS 124 (48.83% from 255) = 36.05%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=46.51%
G=36.05%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601246000.220.620.3738.445.4543.14
HexA07C3C0163E25262d2b
Octal240174740267645465553
Binary101000001111100111100010110111110100101100110101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07C3C; }

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

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

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

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

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

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

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

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