#A9713D

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

Shades of Bourbon #A9713D

Tints of Bourbon #A9713D

Color information

#A9713D (or 0xA9713D) is unknown color: approx Bourbon. HEX triplet: A9, 71 and 3D. RGB value is (169,113,61). Sum of RGB (Red+Green+Blue) = 169+113+61=343 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.27% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 169 - color contains mainly: red. Hex color #A9713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9713D is #568EC2. Grayscale: #7C7C7C. Windows color (decimal): -5672643 or 4026793. OLE color: 4026793.

HSL color Cylindrical-coordinate representation of color #A9713D: hue angle of 28.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A9713D is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB16911361-
CMYK00.330.640.34
HSL28.89º46.96%45.1%-
HSV(B)28.89º63.91%66.27%-
XYZ23.1120.587.17-
YUV123.8292.55160.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 49.27%
GREEN value IS 113 (44.53% from 255) = 32.94%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=49.27%
G=32.94%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691136100.330.640.3428.8946.9645.1
HexA9713D02140221d2f2d
Octal2511617504110042355755
Binary1010100111100011111010100001100000010001011101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9713D; }

 p { color: rgb(169,113,61); }

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

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

 a { background-color: rgb(169,113,61); }

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

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

 span { border-color: rgb(169,113,61); }

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