#A2773E

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

Shades of Buttered Rum #A2773E

Tints of Buttered Rum #A2773E

Color information

#A2773E (or 0xA2773E) is unknown color: approx Buttered Rum. HEX triplet: A2, 77 and 3E. RGB value is (162,119,62). Sum of RGB (Red+Green+Blue) = 162+119+62=343 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.23% from 343); Green value is 119 (46.88% from 255 or 34.69% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 162 - color contains mainly: red. Hex color #A2773E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2773E is #5D88C1. Grayscale: #7D7D7D. Windows color (decimal): -6129858 or 4093858. OLE color: 4093858.

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

Color convert

RGB16211962-
CMYK00.270.620.36
HSL34.2º44.64%43.92%-
HSV(B)34.2º61.73%63.53%-
XYZ22.3721.227.47-
YUV125.3692.25154.13-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.23%
GREEN value IS 119 (46.88% from 255) = 34.69%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=47.23%
G=34.69%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621196200.270.620.3634.244.6443.92
HexA2773E01B3E24222d2c
Octal242167760337644425554
Binary101000101110111111110011011111110100100100010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2773E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2773E; }

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

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

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

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

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

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

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

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