#A07740

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

Shades of Buttered Rum #A07740

Tints of Buttered Rum #A07740

Color information

#A07740 (or 0xA07740) is unknown color: approx Buttered Rum. HEX triplet: A0, 77 and 40. RGB value is (160,119,64). Sum of RGB (Red+Green+Blue) = 160+119+64=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A07740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07740 is #5F88BF. Grayscale: #7D7D7D. Windows color (decimal): -6260928 or 4224928. OLE color: 4224928.

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

Color convert

RGB16011964-
CMYK00.260.60.37
HSL34.38º42.86%43.92%-
HSV(B)34.38º60%62.75%-
XYZ22.0221.047.75-
YUV124.9993.58152.97-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.65%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=46.65%
G=34.69%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601196400.260.60.3734.3842.8643.92
HexA0774001A3C25222b2c
Octal2401671000327445425354
Binary1010000011101111000000011010111100100101100010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07740; }

 p { color: rgb(160,119,64); }

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

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

 a { background-color: rgb(160,119,64); }

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

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

 span { border-color: rgb(160,119,64); }

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