#A27535

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

Shades of Buttered Rum #A27535

Tints of Buttered Rum #A27535

Color information

#A27535 (or 0xA27535) is unknown color: approx Buttered Rum. HEX triplet: A2, 75 and 35. RGB value is (162,117,53). Sum of RGB (Red+Green+Blue) = 162+117+53=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A27535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27535 is #5D8ACA. Grayscale: #7B7B7B. Windows color (decimal): -6130379 or 3503522. OLE color: 3503522.

HSL color Cylindrical-coordinate representation of color #A27535: hue angle of 35.23º 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 #A27535 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB16211753-
CMYK00.280.670.36
HSL35.23º50.7%42.16%-
HSV(B)35.23º67.28%63.53%-
XYZ21.920.666.2-
YUV123.1688.41155.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 117 (46.09% from 255) = 35.24%
BLUE value IS 53 (21.09% from 255) = 15.96%
R=48.80%
G=35.24%
B=15.96%

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
Decimal1621175300.280.670.3635.2350.742.16
HexA2753501C432423332a
Octal2421656503410344436352
Binary1010001011101011101010111001000011100100100011110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A27535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A27535; }

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

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

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

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

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

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

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

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