#A26B27

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

Shades of Buttered Rum #A26B27

Tints of Buttered Rum #A26B27

Color information

#A26B27 (or 0xA26B27) is unknown color: approx Buttered Rum. HEX triplet: A2, 6B and 27. RGB value is (162,107,39). Sum of RGB (Red+Green+Blue) = 162+107+39=308 (40% of max value = 765). Red value is 162 (63.67% from 255 or 52.60% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B27 is #5D94D8. Grayscale: #747474. Windows color (decimal): -6132953 or 2583458. OLE color: 2583458.

HSL color Cylindrical-coordinate representation of color #A26B27: hue angle of 33.17º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A26B27 is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB16210739-
CMYK00.340.760.36
HSL33.17º61.19%39.41%-
HSV(B)33.17º75.93%63.53%-
XYZ20.5218.344.38-
YUV115.6984.72161.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.60%
GREEN value IS 107 (42.19% from 255) = 34.74%
BLUE value IS 39 (15.62% from 255) = 12.66%
R=52.60%
G=34.74%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621073900.340.760.3633.1761.1939.41
HexA26B270224C24213d27
Octal2421534704211444417547
Binary10100010110101110011101000101001100100100100001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B27; }

 p { color: rgb(162,107,39); }

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

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

 a { background-color: rgb(162,107,39); }

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

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

 span { border-color: rgb(162,107,39); }

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