#A07634

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

Shades of Buttered Rum #A07634

Tints of Buttered Rum #A07634

Color information

#A07634 (or 0xA07634) is unknown color: approx Buttered Rum. HEX triplet: A0, 76 and 34. RGB value is (160,118,52). Sum of RGB (Red+Green+Blue) = 160+118+52=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A07634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07634 is #5F89CB. Grayscale: #7B7B7B. Windows color (decimal): -6261196 or 3438240. OLE color: 3438240.

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

Color convert

RGB16011852-
CMYK00.260.680.37
HSL36.67º50.94%41.57%-
HSV(B)36.67º67.5%62.75%-
XYZ21.620.686.1-
YUV123.0387.91154.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 52 (20.70% from 255) = 15.76%
R=48.48%
G=35.76%
B=15.76%

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
Decimal1601185200.260.680.3736.6750.9441.57
HexA0763401A442525332a
Octal2401666403210445456352
Binary1010000011101101101000110101000100100101100101110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07634; }

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

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

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

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

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

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

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

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