#A2783C

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

Shades of Buttered Rum #A2783C

Tints of Buttered Rum #A2783C

Color information

#A2783C (or 0xA2783C) is unknown color: approx Buttered Rum. HEX triplet: A2, 78 and 3C. RGB value is (162,120,60). Sum of RGB (Red+Green+Blue) = 162+120+60=342 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.37% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 162 - color contains mainly: red. Hex color #A2783C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2783C is #5D87C3. Grayscale: #7E7E7E. Windows color (decimal): -6129604 or 3963042. OLE color: 3963042.

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

Color convert

RGB16212060-
CMYK00.260.630.36
HSL35.29º45.95%43.53%-
HSV(B)35.29º62.96%63.53%-
XYZ22.4321.447.23-
YUV125.7290.91153.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.37%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 60 (23.83% from 255) = 17.54%
R=47.37%
G=35.09%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621206000.260.630.3635.2945.9543.53
HexA2783C01A3F24232e2c
Octal242170740327744435654
Binary101000101111000111100011010111111100100100011101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2783C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2783C; }

 p { color: rgb(162,120,60); }

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

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

 a { background-color: rgb(162,120,60); }

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

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

 span { border-color: rgb(162,120,60); }

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