#A07233

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

Shades of Buttered Rum #A07233

Tints of Buttered Rum #A07233

Color information

#A07233 (or 0xA07233) is unknown color: approx Buttered Rum. HEX triplet: A0, 72 and 33. RGB value is (160,114,51). Sum of RGB (Red+Green+Blue) = 160+114+51=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A07233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A07233 is #5F8DCC. Grayscale: #787878. Windows color (decimal): -6262221 or 3371680. OLE color: 3371680.

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

Color convert

RGB16011451-
CMYK00.290.680.37
HSL34.68º51.66%41.37%-
HSV(B)34.68º68.12%62.75%-
XYZ21.1119.755.83-
YUV120.5788.74156.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.23%
GREEN value IS 114 (44.92% from 255) = 35.08%
BLUE value IS 51 (20.31% from 255) = 15.69%
R=49.23%
G=35.08%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601145100.290.680.3734.6851.6641.37
HexA0723301D4425233429
Octal2401626303510445436451
Binary1010000011100101100110111011000100100101100011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A07233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A07233; }

 p { color: rgb(160,114,51); }

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

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

 a { background-color: rgb(160,114,51); }

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

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

 span { border-color: rgb(160,114,51); }

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