#A26F38

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

Shades of Buttered Rum #A26F38

Tints of Buttered Rum #A26F38

Color information

#A26F38 (or 0xA26F38) is unknown color: approx Buttered Rum. HEX triplet: A2, 6F and 38. RGB value is (162,111,56). Sum of RGB (Red+Green+Blue) = 162+111+56=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F38 is #5D90C7. Grayscale: #787878. Windows color (decimal): -6131912 or 3698594. OLE color: 3698594.

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

Color convert

RGB16211156-
CMYK00.310.650.36
HSL31.13º48.62%42.75%-
HSV(B)31.13º65.43%63.53%-
XYZ21.319.346.35-
YUV119.9891.9157.97-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.24%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=49.24%
G=33.74%
B=17.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621115600.310.650.3631.1348.6242.75
HexA26F3801F41241f312b
Octal2421577003710144376153
Binary101000101101111111000011111100000110010011111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F38; }

 p { color: rgb(162,111,56); }

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

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

 a { background-color: rgb(162,111,56); }

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

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

 span { border-color: rgb(162,111,56); }

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