#AB7648

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

Shades of Bourbon #AB7648

Tints of Bourbon #AB7648

Color information

#AB7648 (or 0xAB7648) is unknown color: approx Bourbon. HEX triplet: AB, 76 and 48. RGB value is (171,118,72). Sum of RGB (Red+Green+Blue) = 171+118+72=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 72 (28.52% from 255 or 19.94% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7648 is #5489B7. Grayscale: #808080. Windows color (decimal): -5540280 or 4748971. OLE color: 4748971.

HSL color Cylindrical-coordinate representation of color #AB7648: hue angle of 27.88º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB7648 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB17111872-
CMYK00.310.580.33
HSL27.88º40.74%47.65%-
HSV(B)27.88º57.89%67.06%-
XYZ24.4422.089.11-
YUV128.696.06158.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.37%
GREEN value IS 118 (46.48% from 255) = 32.69%
BLUE value IS 72 (28.52% from 255) = 19.94%
R=47.37%
G=32.69%
B=19.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711187200.310.580.3327.8840.7447.65
HexAB764801F3A211c2930
Octal2531661100377241345160
Binary101010111110110100100001111111101010000111100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB7648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB7648; }

 p { color: rgb(171,118,72); }

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

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

 a { background-color: rgb(171,118,72); }

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

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

 span { border-color: rgb(171,118,72); }

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