#A5703A

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

Shades of Bourbon #A5703A

Tints of Bourbon #A5703A

Color information

#A5703A (or 0xA5703A) is unknown color: approx Bourbon. HEX triplet: A5, 70 and 3A. RGB value is (165,112,58). Sum of RGB (Red+Green+Blue) = 165+112+58=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A5703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5703A is #5A8FC5. Grayscale: #797979. Windows color (decimal): -5935046 or 3829925. OLE color: 3829925.

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

Color convert

RGB16511258-
CMYK00.320.650.35
HSL30.28º47.98%43.73%-
HSV(B)30.28º64.85%64.71%-
XYZ22.0719.896.68-
YUV121.6992.06158.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.25%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 58 (23.05% from 255) = 17.31%
R=49.25%
G=33.43%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651125800.320.650.3530.2847.9843.73
HexA5703A02041231e302c
Octal2451607204010143366054
Binary1010010111100001110100100000100000110001111110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5703A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5703A; }

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

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

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

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

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

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

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

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