#AB693F

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

Shades of Bourbon #AB693F

Tints of Bourbon #AB693F

Color information

#AB693F (or 0xAB693F) is unknown color: approx Bourbon. HEX triplet: AB, 69 and 3F. RGB value is (171,105,63). Sum of RGB (Red+Green+Blue) = 171+105+63=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB693F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB693F is #5496C0. Grayscale: #787878. Windows color (decimal): -5543617 or 4155819. OLE color: 4155819.

HSL color Cylindrical-coordinate representation of color #AB693F: hue angle of 23.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB693F is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17110563-
CMYK00.390.630.33
HSL23.33º46.15%45.88%-
HSV(B)23.33º63.16%67.06%-
XYZ22.7419.127.19-
YUV119.9595.87164.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 63 (25% from 255) = 18.58%
R=50.44%
G=30.97%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711056300.390.630.3323.3346.1545.88
HexAB693F0273F21172e2e
Octal253151770477741275656
Binary101010111101001111111010011111111110000110111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB693F; }

 p { color: rgb(171,105,63); }

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

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

 a { background-color: rgb(171,105,63); }

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

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

 span { border-color: rgb(171,105,63); }

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