#A27435

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

Shades of Buttered Rum #A27435

Tints of Buttered Rum #A27435

Color information

#A27435 (or 0xA27435) is unknown color: approx Buttered Rum. HEX triplet: A2, 74 and 35. RGB value is (162,116,53). Sum of RGB (Red+Green+Blue) = 162+116+53=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 53 (21.09% from 255 or 16.01% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A27435 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27435 is #5D8BCA. Grayscale: #7A7A7A. Windows color (decimal): -6130635 or 3503266. OLE color: 3503266.

HSL color Cylindrical-coordinate representation of color #A27435: hue angle of 34.68º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A27435 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16211653-
CMYK00.280.670.36
HSL34.68º50.7%42.16%-
HSV(B)34.68º67.28%63.53%-
XYZ21.7920.436.16-
YUV122.5788.74156.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 116 (45.70% from 255) = 35.05%
BLUE value IS 53 (21.09% from 255) = 16.01%
R=48.94%
G=35.05%
B=16.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621165300.280.670.3634.6850.742.16
HexA2743501C432423332a
Octal2421646503410344436352
Binary1010001011101001101010111001000011100100100011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27435; }

 p { color: rgb(162,116,53); }

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

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

 a { background-color: rgb(162,116,53); }

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

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

 span { border-color: rgb(162,116,53); }

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