#A26B3D

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

Shades of Bourbon #A26B3D

Tints of Bourbon #A26B3D

Color information

#A26B3D (or 0xA26B3D) is unknown color: approx Bourbon. HEX triplet: A2, 6B and 3D. RGB value is (162,107,61). Sum of RGB (Red+Green+Blue) = 162+107+61=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 61 (24.22% from 255 or 18.48% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A26B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26B3D is #5D94C2. Grayscale: #767676. Windows color (decimal): -6132931 or 4025250. OLE color: 4025250.

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

Color convert

RGB16210761-
CMYK00.340.620.36
HSL27.33º45.29%43.73%-
HSV(B)27.33º62.35%63.53%-
XYZ2118.536.89-
YUV118.295.72159.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.09%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 61 (24.22% from 255) = 18.48%
R=49.09%
G=32.42%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621076100.340.620.3627.3345.2943.73
HexA26B3D0223E241b2d2c
Octal242153750427644335554
Binary101000101101011111101010001011111010010011011101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26B3D; }

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

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

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

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

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

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

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

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