#A26F3C

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

Shades of Bourbon #A26F3C

Tints of Bourbon #A26F3C

Color information

#A26F3C (or 0xA26F3C) is unknown color: approx Bourbon. HEX triplet: A2, 6F and 3C. RGB value is (162,111,60). Sum of RGB (Red+Green+Blue) = 162+111+60=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 60 (23.83% from 255 or 18.02% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F3C is #5D90C3. Grayscale: #787878. Windows color (decimal): -6131908 or 3960738. OLE color: 3960738.

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

Color convert

RGB16211160-
CMYK00.310.630.36
HSL30º45.95%43.53%-
HSV(B)30º62.96%63.53%-
XYZ21.419.386.89-
YUV120.4493.9157.65-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.65%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 60 (23.83% from 255) = 18.02%
R=48.65%
G=33.33%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621116000.310.630.363045.9543.53
HexA26F3C01F3F241e2e2c
Octal242157740377744365654
Binary10100010110111111110001111111111110010011110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F3C; }

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

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

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

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

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

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

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

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