#AB7745

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

Shades of Bourbon #AB7745

Tints of Bourbon #AB7745

Color information

#AB7745 (or 0xAB7745) is unknown color: approx Bourbon. HEX triplet: AB, 77 and 45. RGB value is (171,119,69). Sum of RGB (Red+Green+Blue) = 171+119+69=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7745 is #5488BA. Grayscale: #818181. Windows color (decimal): -5540027 or 4552619. OLE color: 4552619.

HSL color Cylindrical-coordinate representation of color #AB7745: hue angle of 29.41º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB7745 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17111969-
CMYK00.300.600.33
HSL29.41º42.5%47.06%-
HSV(B)29.41º59.65%67.06%-
XYZ24.4722.288.64-
YUV128.8594.23158.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 119 (46.88% from 255) = 33.15%
BLUE value IS 69 (27.34% from 255) = 19.22%
R=47.63%
G=33.15%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711196900.300.600.3329.4142.547.06
HexAB774501E3C211d2a2f
Octal2531671050367441355257
Binary101010111110111100010101111011110010000111101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7745; }

 p { color: rgb(171,119,69); }

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

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

 a { background-color: rgb(171,119,69); }

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

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

 span { border-color: rgb(171,119,69); }

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