#A46B27

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

Shades of Buttered Rum #A46B27

Tints of Buttered Rum #A46B27

Color information

#A46B27 (or 0xA46B27) is unknown color: approx Buttered Rum. HEX triplet: A4, 6B and 27. RGB value is (164,107,39). Sum of RGB (Red+Green+Blue) = 164+107+39=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A46B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46B27 is #5B94D8. Grayscale: #747474. Windows color (decimal): -6001881 or 2583460. OLE color: 2583460.

HSL color Cylindrical-coordinate representation of color #A46B27: hue angle of 32.64º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A46B27 is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16410739-
CMYK00.350.760.36
HSL32.64º61.58%39.8%-
HSV(B)32.64º76.22%64.31%-
XYZ20.9318.554.4-
YUV116.2984.38162.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.90%
GREEN value IS 107 (42.19% from 255) = 34.52%
BLUE value IS 39 (15.62% from 255) = 12.58%
R=52.90%
G=34.52%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641073900.350.760.3632.6461.5839.8
HexA46B270234C24213e28
Octal2441534704311444417650
Binary10100100110101110011101000111001100100100100001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46B27; }

 p { color: rgb(164,107,39); }

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

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

 a { background-color: rgb(164,107,39); }

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

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

 span { border-color: rgb(164,107,39); }

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