#A26822

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

Shades of Buttered Rum #A26822

Tints of Buttered Rum #A26822

Color information

#A26822 (or 0xA26822) is unknown color: approx Buttered Rum. HEX triplet: A2, 68 and 22. RGB value is (162,104,34). Sum of RGB (Red+Green+Blue) = 162+104+34=300 (39% of max value = 765). Red value is 162 (63.67% from 255 or 54% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 162 - color contains mainly: red. Hex color #A26822 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26822 is #5D97DD. Grayscale: #717171. Windows color (decimal): -6133726 or 2255010. OLE color: 2255010.

HSL color Cylindrical-coordinate representation of color #A26822: hue angle of 32.81º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A26822 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB16210434-
CMYK00.360.790.36
HSL32.81º65.31%38.43%-
HSV(B)32.81º79.01%63.53%-
XYZ20.1417.73.87-
YUV113.3683.22162.69-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 54%
GREEN value IS 104 (41.02% from 255) = 34.67%
BLUE value IS 34 (13.67% from 255) = 11.33%
R=54%
G=34.67%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621043400.360.790.3632.8165.3138.43
HexA268220244F24214126
Octal24215042044117444110146
Binary101000101101000100010010010010011111001001000011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26822; }

 p { color: rgb(162,104,34); }

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

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

 a { background-color: rgb(162,104,34); }

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

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

 span { border-color: rgb(162,104,34); }

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