#AB7344

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

Shades of Bourbon #AB7344

Tints of Bourbon #AB7344

Color information

#AB7344 (or 0xAB7344) is unknown color: approx Bourbon. HEX triplet: AB, 73 and 44. RGB value is (171,115,68). Sum of RGB (Red+Green+Blue) = 171+115+68=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 68 (26.95% from 255 or 19.21% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7344 is #548CBB. Grayscale: #7E7E7E. Windows color (decimal): -5541052 or 4486059. OLE color: 4486059.

HSL color Cylindrical-coordinate representation of color #AB7344: hue angle of 27.38º 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 #AB7344 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17111568-
CMYK00.330.600.33
HSL27.38º43.1%46.86%-
HSV(B)27.38º60.23%67.06%-
XYZ23.9721.348.32-
YUV126.3995.05159.82-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.31%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 68 (26.95% from 255) = 19.21%
R=48.31%
G=32.49%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711156800.330.600.3327.3843.146.86
HexAB73440213C211b2b2f
Octal2531631040417441335357
Binary1010101111100111000100010000111110010000111011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7344; }

 p { color: rgb(171,115,68); }

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

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

 a { background-color: rgb(171,115,68); }

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

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

 span { border-color: rgb(171,115,68); }

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