#A06C35

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

Shades of Buttered Rum #A06C35

Tints of Buttered Rum #A06C35

Color information

#A06C35 (or 0xA06C35) is unknown color: approx Buttered Rum. HEX triplet: A0, 6C and 35. RGB value is (160,108,53). Sum of RGB (Red+Green+Blue) = 160+108+53=321 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.84% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 160 - color contains mainly: red. Hex color #A06C35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A06C35 is #5F93CA. Grayscale: #757575. Windows color (decimal): -6263755 or 3501216. OLE color: 3501216.

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

Color convert

RGB16010853-
CMYK00.320.670.37
HSL30.84º50.23%41.76%-
HSV(B)30.84º66.87%62.75%-
XYZ20.518.465.85-
YUV117.2891.73158.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 49.84%
GREEN value IS 108 (42.58% from 255) = 33.64%
BLUE value IS 53 (21.09% from 255) = 16.51%
R=49.84%
G=33.64%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601085300.320.670.3730.8450.2341.76
HexA06C3502043251f322a
Octal2401546504010345376252
Binary1010000011011001101010100000100001110010111111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06C35; }

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

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

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

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

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

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

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

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