#A5693F

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

Shades of Bourbon #A5693F

Tints of Bourbon #A5693F

Color information

#A5693F (or 0xA5693F) is unknown color: approx Bourbon. HEX triplet: A5, 69 and 3F. RGB value is (165,105,63). Sum of RGB (Red+Green+Blue) = 165+105+63=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 63 (25% from 255 or 18.92% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A5693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5693F is #5A96C0. Grayscale: #767676. Windows color (decimal): -5936833 or 4155813. OLE color: 4155813.

HSL color Cylindrical-coordinate representation of color #A5693F: hue angle of 24.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A5693F is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB16510563-
CMYK00.360.620.35
HSL24.71º44.74%44.71%-
HSV(B)24.71º61.82%64.71%-
XYZ21.4718.467.13-
YUV118.1596.88161.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.55%
GREEN value IS 105 (41.41% from 255) = 31.53%
BLUE value IS 63 (25% from 255) = 18.92%
R=49.55%
G=31.53%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651056300.360.620.3524.7144.7444.71
HexA5693F0243E23192d2d
Octal245151770447643315555
Binary101001011101001111111010010011111010001111001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5693F; }

 p { color: rgb(165,105,63); }

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

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

 a { background-color: rgb(165,105,63); }

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

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

 span { border-color: rgb(165,105,63); }

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