#A2753D

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

Shades of Buttered Rum #A2753D

Tints of Buttered Rum #A2753D

Color information

#A2753D (or 0xA2753D) is unknown color: approx Buttered Rum. HEX triplet: A2, 75 and 3D. RGB value is (162,117,61). Sum of RGB (Red+Green+Blue) = 162+117+61=340 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.65% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 162 - color contains mainly: red. Hex color #A2753D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2753D is #5D8AC2. Grayscale: #7C7C7C. Windows color (decimal): -6130371 or 4027810. OLE color: 4027810.

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

Color convert

RGB16211761-
CMYK00.280.620.36
HSL33.27º45.29%43.73%-
HSV(B)33.27º62.35%63.53%-
XYZ22.120.747.25-
YUV124.0792.41155.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.65%
GREEN value IS 117 (46.09% from 255) = 34.41%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=47.65%
G=34.41%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621176100.280.620.3633.2745.2943.73
HexA2753D01C3E24212d2c
Octal242165750347644415554
Binary101000101110101111101011100111110100100100001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2753D; }

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

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

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

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

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

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

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

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