#A5703D

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

Shades of Bourbon #A5703D

Tints of Bourbon #A5703D

Color information

#A5703D (or 0xA5703D) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 3D. RGB value is (165,112,61). Sum of RGB (Red+Green+Blue) = 165+112+61=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A5703D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5703D is #5A8FC2. Grayscale: #7A7A7A. Windows color (decimal): -5935043 or 4026533. OLE color: 4026533.

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

Color convert

RGB16511261-
CMYK00.320.630.35
HSL29.42º46.02%44.31%-
HSV(B)29.42º63.03%64.71%-
XYZ22.1519.927.09-
YUV122.0393.56158.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.82%
GREEN value IS 112 (44.14% from 255) = 33.14%
BLUE value IS 61 (24.22% from 255) = 18.05%
R=48.82%
G=33.14%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651126100.320.630.3529.4246.0244.31
HexA5703D0203F231d2e2c
Octal245160750407743355654
Binary101001011110000111101010000011111110001111101101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5703D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5703D; }

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

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

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

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

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

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

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

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