#A07832

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

Shades of Buttered Rum #A07832

Tints of Buttered Rum #A07832

Color information

#A07832 (or 0xA07832) is unknown color: approx Buttered Rum. HEX triplet: A0, 78 and 32. RGB value is (160,120,50). Sum of RGB (Red+Green+Blue) = 160+120+50=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A07832 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07832 is #5F87CD. Grayscale: #7C7C7C. Windows color (decimal): -6260686 or 3307680. OLE color: 3307680.

HSL color Cylindrical-coordinate representation of color #A07832: hue angle of 38.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A07832 is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16012050-
CMYK00.250.690.37
HSL38.18º52.38%41.18%-
HSV(B)38.18º68.75%62.75%-
XYZ21.7921.145.95-
YUV123.9886.25153.69-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 48.48%
GREEN value IS 120 (47.27% from 255) = 36.36%
BLUE value IS 50 (19.92% from 255) = 15.15%
R=48.48%
G=36.36%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601205000.250.690.3738.1852.3841.18
HexA078320194525263429
Octal2401706203110545466451
Binary1010000011110001100100110011000101100101100110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07832; }

 p { color: rgb(160,120,50); }

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

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

 a { background-color: rgb(160,120,50); }

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

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

 span { border-color: rgb(160,120,50); }

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