#ac763d

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

Shades of Bourbon #AC763D

Tints of Bourbon #AC763D

Color information

#AC763D (or 0xAC763D) is unknown color: approx Bourbon. HEX triplet: AC, 76 and 3D. RGB value is (172,118,61). Sum of RGB (Red+Green+Blue) = 172+118+61=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 61 (24.22% from 255 or 17.38% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC763D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC763D is #5389C2. Grayscale: #7F7F7F. Windows color (decimal): -5474755 or 4028076. OLE color: 4028076.

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

Color convert

RGB17211861-
CMYK00.310.650.33
HSL30.81º47.64%45.69%-
HSV(B)30.81º64.53%67.45%-
XYZ24.3322.067.39-
YUV127.6590.39159.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 61 (24.22% from 255) = 17.38%
R=49.00%
G=33.62%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721186100.310.650.3330.8147.6445.69
HexAC763D01F41211f302e
Octal2541667503710141376056
Binary101011001110110111101011111100000110000111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac763d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac763d; }

 p { color: rgb(172,118,61); }

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

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

 a { background-color: rgb(172,118,61); }

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

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

 span { border-color: rgb(172,118,61); }

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