#A06C21

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

Shades of Buttered Rum #A06C21

Tints of Buttered Rum #A06C21

Color information

#A06C21 (or 0xA06C21) is unknown color: approx Buttered Rum. HEX triplet: A0, 6C and 21. RGB value is (160,108,33). Sum of RGB (Red+Green+Blue) = 160+108+33=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 108 (42.58% from 255 or 35.88% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C21 is #5F93DE. Grayscale: #737373. Windows color (decimal): -6263775 or 2190496. OLE color: 2190496.

HSL color Cylindrical-coordinate representation of color #A06C21: hue angle of 35.43º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A06C21 is Cyan = 0, Magento = 0.32, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB16010833-
CMYK00.320.790.37
HSL35.43º65.8%37.84%-
HSV(B)35.43º79.37%62.75%-
XYZ20.1318.313.91-
YUV11581.73160.1-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 53.16%
GREEN value IS 108 (42.58% from 255) = 35.88%
BLUE value IS 33 (13.28% from 255) = 10.96%
R=53.16%
G=35.88%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601083300.320.790.3735.4365.837.84
HexA06C210204F25234226
Octal24015441040117454310246
Binary101000001101100100001010000010011111001011000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C21; }

 p { color: rgb(160,108,33); }

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

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

 a { background-color: rgb(160,108,33); }

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

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

 span { border-color: rgb(160,108,33); }

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