#a8753f

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

Shades of Bourbon #A8753F

Tints of Bourbon #A8753F

Color information

#A8753F (or 0xA8753F) is unknown color: approx Bourbon. HEX triplet: A8, 75 and 3F. RGB value is (168,117,63). Sum of RGB (Red+Green+Blue) = 168+117+63=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 168 - color contains mainly: red. Hex color #A8753F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8753F is #578AC0. Grayscale: #7E7E7E. Windows color (decimal): -5737153 or 4158888. OLE color: 4158888.

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

Color convert

RGB16811763-
CMYK00.300.630.34
HSL30.86º45.45%45.29%-
HSV(B)30.86º62.5%65.88%-
XYZ23.4121.417.6-
YUV126.0992.4157.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.28%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 63 (25% from 255) = 18.10%
R=48.28%
G=33.62%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681176300.300.630.3430.8645.4545.29
HexA8753F01E3F221f2d2d
Octal250165770367742375555
Binary10101000111010111111101111011111110001011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a8753f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a8753f; }

 p { color: rgb(168,117,63); }

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

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

 a { background-color: rgb(168,117,63); }

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

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

 span { border-color: rgb(168,117,63); }

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