#a5703f

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

Shades of Bourbon #A5703F

Tints of Bourbon #A5703F

Color information

#A5703F (or 0xA5703F) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 3F. RGB value is (165,112,63). Sum of RGB (Red+Green+Blue) = 165+112+63=340 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.53% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 165 - color contains mainly: red. Hex color #A5703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5703F is #5A8FC0. Grayscale: #7A7A7A. Windows color (decimal): -5935041 or 4157605. OLE color: 4157605.

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

Color convert

RGB16511263-
CMYK00.320.620.35
HSL28.82º44.74%44.71%-
HSV(B)28.82º61.82%64.71%-
XYZ22.2119.957.38-
YUV122.2694.56158.48-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 48.53%
GREEN value IS 112 (44.14% from 255) = 32.94%
BLUE value IS 63 (25% from 255) = 18.53%
R=48.53%
G=32.94%
B=18.53%

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
Decimal1651126300.320.620.3528.8244.7444.71
HexA5703F0203E231d2d2d
Octal245160770407643355555
Binary101001011110000111111010000011111010001111101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5703f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5703f; }

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

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

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

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

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

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

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

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