#a07429

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

Shades of Buttered Rum #A07429

Tints of Buttered Rum #A07429

Color information

#A07429 (or 0xA07429) is unknown color: approx Buttered Rum. HEX triplet: A0, 74 and 29. RGB value is (160,116,41). Sum of RGB (Red+Green+Blue) = 160+116+41=317 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.47% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 41 (16.41% from 255 or 12.93% from 317); Max value from RGB is 160 - color contains mainly: red. Hex color #A07429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07429 is #5F8BD6. Grayscale: #787878. Windows color (decimal): -6261719 or 2716832. OLE color: 2716832.

HSL color Cylindrical-coordinate representation of color #A07429: hue angle of 37.82º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A07429 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB16011641-
CMYK00.280.740.37
HSL37.82º59.2%39.41%-
HSV(B)37.82º74.37%62.75%-
XYZ21.1420.124.87-
YUV120.6183.08156.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 50.47%
GREEN value IS 116 (45.70% from 255) = 36.59%
BLUE value IS 41 (16.41% from 255) = 12.93%
R=50.47%
G=36.59%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601164100.280.740.3737.8259.239.41
HexA0742901C4A25263b27
Octal2401645103411245467347
Binary1010000011101001010010111001001010100101100110111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a07429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a07429; }

 p { color: rgb(160,116,41); }

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

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

 a { background-color: rgb(160,116,41); }

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

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

 span { border-color: rgb(160,116,41); }

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