#A5703E

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

Shades of Bourbon #A5703E

Tints of Bourbon #A5703E

Color information

#A5703E (or 0xA5703E) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 3E. RGB value is (165,112,62). Sum of RGB (Red+Green+Blue) = 165+112+62=339 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.67% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 62 (24.61% from 255 or 18.29% from 339); Max value from RGB is 165 - color contains mainly: red. Hex color #A5703E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5703E is #5A8FC1. Grayscale: #7A7A7A. Windows color (decimal): -5935042 or 4092069. OLE color: 4092069.

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

Color convert

RGB16511262-
CMYK00.320.620.35
HSL29.13º45.37%44.51%-
HSV(B)29.13º62.42%64.71%-
XYZ22.1819.947.24-
YUV122.1594.06158.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.67%
GREEN value IS 112 (44.14% from 255) = 33.04%
BLUE value IS 62 (24.61% from 255) = 18.29%
R=48.67%
G=33.04%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651126200.320.620.3529.1345.3744.51
HexA5703E0203E231d2d2d
Octal245160760407643355555
Binary101001011110000111110010000011111010001111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5703E; }

 p { color: rgb(165,112,62); }

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

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

 a { background-color: rgb(165,112,62); }

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

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

 span { border-color: rgb(165,112,62); }

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