#A07128

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

Shades of Buttered Rum #A07128

Tints of Buttered Rum #A07128

Color information

#A07128 (or 0xA07128) is unknown color: approx Buttered Rum. HEX triplet: A0, 71 and 28. RGB value is (160,113,40). Sum of RGB (Red+Green+Blue) = 160+113+40=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 40 (16.02% from 255 or 12.78% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A07128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07128 is #5F8ED7. Grayscale: #777777. Windows color (decimal): -6262488 or 2650528. OLE color: 2650528.

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

Color convert

RGB16011340-
CMYK00.290.750.37
HSL36.5º60%39.22%-
HSV(B)36.5º75%62.75%-
XYZ20.7919.444.66-
YUV118.7383.57157.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.12%
GREEN value IS 113 (44.53% from 255) = 36.10%
BLUE value IS 40 (16.02% from 255) = 12.78%
R=51.12%
G=36.10%
B=12.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601134000.290.750.3736.56039.22
HexA0712801D4B25243c27
Octal2401615003511345447447
Binary1010000011100011010000111011001011100101100100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07128; }

 p { color: rgb(160,113,40); }

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

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

 a { background-color: rgb(160,113,40); }

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

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

 span { border-color: rgb(160,113,40); }

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