#A9753E

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

Shades of Bourbon #A9753E

Tints of Bourbon #A9753E

Color information

#A9753E (or 0xA9753E) is unknown color: approx Bourbon. HEX triplet: A9, 75 and 3E. RGB value is (169,117,62). Sum of RGB (Red+Green+Blue) = 169+117+62=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9753E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A9753E is #568AC1. Grayscale: #7E7E7E. Windows color (decimal): -5671618 or 4093353. OLE color: 4093353.

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

Color convert

RGB16911762-
CMYK00.310.630.34
HSL30.84º46.32%45.29%-
HSV(B)30.84º63.31%66.27%-
XYZ23.5921.517.46-
YUV126.2891.73158.47-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=48.56%
G=33.62%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691176200.310.630.3430.8446.3245.29
HexA9753E01F3F221f2e2d
Octal251165760377742375655
Binary10101001111010111111001111111111110001011111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9753E; }

 p { color: rgb(169,117,62); }

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

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

 a { background-color: rgb(169,117,62); }

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

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

 span { border-color: rgb(169,117,62); }

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