#A07734

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

Shades of Buttered Rum #A07734

Tints of Buttered Rum #A07734

Color information

#A07734 (or 0xA07734) is unknown color: approx Buttered Rum. HEX triplet: A0, 77 and 34. RGB value is (160,119,52). Sum of RGB (Red+Green+Blue) = 160+119+52=331 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.34% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 160 - color contains mainly: red. Hex color #A07734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07734 is #5F88CB. Grayscale: #7B7B7B. Windows color (decimal): -6260940 or 3438496. OLE color: 3438496.

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

Color convert

RGB16011952-
CMYK00.260.680.37
HSL37.22º50.94%41.57%-
HSV(B)37.22º67.5%62.75%-
XYZ21.7120.926.14-
YUV123.6287.58153.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.34%
GREEN value IS 119 (46.88% from 255) = 35.95%
BLUE value IS 52 (20.70% from 255) = 15.71%
R=48.34%
G=35.95%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601195200.260.680.3737.2250.9441.57
HexA0773401A442525332a
Octal2401676403210445456352
Binary1010000011101111101000110101000100100101100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07734; }

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

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

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

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

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

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

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

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