#A26C3D

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

Shades of Bourbon #A26C3D

Tints of Bourbon #A26C3D

Color information

#A26C3D (or 0xA26C3D) is unknown color: approx Bourbon. HEX triplet: A2, 6C and 3D. RGB value is (162,108,61). Sum of RGB (Red+Green+Blue) = 162+108+61=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A26C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A26C3D is #5D93C2. Grayscale: #777777. Windows color (decimal): -6132675 or 4025506. OLE color: 4025506.

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

Color convert

RGB16210861-
CMYK00.330.620.36
HSL27.92º45.29%43.73%-
HSV(B)27.92º62.35%63.53%-
XYZ21.1118.746.92-
YUV118.7995.39158.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 48.94%
GREEN value IS 108 (42.58% from 255) = 32.63%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=48.94%
G=32.63%
B=18.43%

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
Decimal1621086100.330.620.3627.9245.2943.73
HexA26C3D0213E241c2d2c
Octal242154750417644345554
Binary101000101101100111101010000111111010010011100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26C3D; }

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

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

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

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

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

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

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

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