#A26F3E

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

Shades of Bourbon #A26F3E

Tints of Bourbon #A26F3E

Color information

#A26F3E (or 0xA26F3E) is unknown color: approx Bourbon. HEX triplet: A2, 6F and 3E. RGB value is (162,111,62). Sum of RGB (Red+Green+Blue) = 162+111+62=335 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.36% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F3E is #5D90C1. Grayscale: #787878. Windows color (decimal): -6131906 or 4091810. OLE color: 4091810.

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

Color convert

RGB16211162-
CMYK00.310.620.36
HSL29.4º44.64%43.92%-
HSV(B)29.4º61.73%63.53%-
XYZ21.4519.47.17-
YUV120.6694.9157.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.36%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=48.36%
G=33.13%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621116200.310.620.3629.444.6443.92
HexA26F3E01F3E241d2d2c
Octal242157760377644355554
Binary10100010110111111111001111111111010010011101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F3E; }

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

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

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

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

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

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

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

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