#A26F44

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

Shades of Bourbon #A26F44

Tints of Bourbon #A26F44

Color information

#A26F44 (or 0xA26F44) is unknown color: approx Bourbon. HEX triplet: A2, 6F and 44. RGB value is (162,111,68). Sum of RGB (Red+Green+Blue) = 162+111+68=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 68 (26.95% from 255 or 19.94% from 341); Max value from RGB is 162 - color contains mainly: red. Hex color #A26F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26F44 is #5D90BB. Grayscale: #797979. Windows color (decimal): -6131900 or 4485026. OLE color: 4485026.

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

Color convert

RGB16211168-
CMYK00.310.580.36
HSL27.45º40.87%45.1%-
HSV(B)27.45º58.02%63.53%-
XYZ21.6319.478.09-
YUV121.3597.9157-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 47.51%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 68 (26.95% from 255) = 19.94%
R=47.51%
G=32.55%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621116800.310.580.3627.4540.8745.1
HexA26F4401F3A241b292d
Octal2421571040377244335155
Binary101000101101111100010001111111101010010011011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26F44; }

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

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

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

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

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

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

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

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