#A27740

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

Shades of Buttered Rum #A27740

Tints of Buttered Rum #A27740

Color information

#A27740 (or 0xA27740) is unknown color: approx Buttered Rum. HEX triplet: A2, 77 and 40. RGB value is (162,119,64). Sum of RGB (Red+Green+Blue) = 162+119+64=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A27740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27740 is #5D88BF. Grayscale: #7D7D7D. Windows color (decimal): -6129856 or 4224930. OLE color: 4224930.

HSL color Cylindrical-coordinate representation of color #A27740: hue angle of 33.67º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A27740 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB16211964-
CMYK00.270.600.36
HSL33.67º43.36%44.31%-
HSV(B)33.67º60.49%63.53%-
XYZ22.4221.257.77-
YUV125.5993.25153.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.96%
GREEN value IS 119 (46.88% from 255) = 34.49%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=46.96%
G=34.49%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621196400.270.600.3633.6743.3644.31
HexA2774001B3C24222b2c
Octal2421671000337444425354
Binary1010001011101111000000011011111100100100100010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27740; }

 p { color: rgb(162,119,64); }

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

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

 a { background-color: rgb(162,119,64); }

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

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

 span { border-color: rgb(162,119,64); }

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