#AB713A

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

Shades of Bourbon #AB713A

Tints of Bourbon #AB713A

Color information

#AB713A (or 0xAB713A) is unknown color: approx Bourbon. HEX triplet: AB, 71 and 3A. RGB value is (171,113,58). Sum of RGB (Red+Green+Blue) = 171+113+58=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB713A is #548EC5. Grayscale: #7C7C7C. Windows color (decimal): -5541574 or 3830187. OLE color: 3830187.

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

Color convert

RGB17111358-
CMYK00.340.660.33
HSL29.2º49.34%44.9%-
HSV(B)29.2º66.08%67.06%-
XYZ23.4620.776.78-
YUV124.0790.72161.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 58 (23.05% from 255) = 16.96%
R=50%
G=33.04%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711135800.340.660.3329.249.3444.9
HexAB713A02242211d312d
Octal2531617204210241356155
Binary1010101111100011110100100010100001010000111101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB713A; }

 p { color: rgb(171,113,58); }

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

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

 a { background-color: rgb(171,113,58); }

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

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

 span { border-color: rgb(171,113,58); }

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