#A26C3E

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

Shades of Bourbon #A26C3E

Tints of Bourbon #A26C3E

Color information

#A26C3E (or 0xA26C3E) is unknown color: approx Bourbon. HEX triplet: A2, 6C and 3E. RGB value is (162,108,62). Sum of RGB (Red+Green+Blue) = 162+108+62=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C3E is #5D93C1. Grayscale: #777777. Windows color (decimal): -6132674 or 4091042. OLE color: 4091042.

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

Color convert

RGB16210862-
CMYK00.330.620.36
HSL27.6º44.64%43.92%-
HSV(B)27.6º61.73%63.53%-
XYZ21.1318.757.06-
YUV118.995.89158.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.80%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 62 (24.61% from 255) = 18.67%
R=48.80%
G=32.53%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621086200.330.620.3627.644.6443.92
HexA26C3E0213E241c2d2c
Octal242154760417644345554
Binary101000101101100111110010000111111010010011100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C3E; }

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

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

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

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

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

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

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

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