Html Css Color HEX #AC7749 Bourbon

📋 copy color: '#AC7749'

red 172 ◦ green 119 ◦ blue 73

#AC7749
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #AC7749

Tints of Bourbon #AC7749

RGB

 RED value IS 172 (67.58% from 255) = 47.25%

 GREEN value IS 119 (46.88% from 255) = 32.69%

 BLUE value IS 73 (28.91% from 255) = 20.05%

R = 47.25%
G = 32.69%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7749 (or 0xAC7749) is known color: Bourbon. HEX triplet: AC, 77 and 49. RGB value is (172,119,73). Sum of RGB (Red+Green+Blue) = 172+119+73=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 73 (28.91% from 255 or 20.05% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7749 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7749 is #5388B6. Grayscale: #818181. Windows color (decimal): -5474487 or 4814764. OLE color: 4814764.

HSL color Cylindrical-coordinate representation of color #AC7749: hue angle of 27.88º degrees, saturation: 0.4, 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 #AC7749 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 119 73 -
CMYK 0 0.31 0.58 0.33
HSL 27.88º 0.4% 0.48% -
HSV(B) 27.88º 0.58% 0.67% -
XYZ 24.81 22.45 9.33 -
YUV 129.6 96.06 158.24 -
System Red Green Blue C M Y K H S L
Decimal 172 119 73 0 0.31 0.58 0.33 27.88 0.4 0.48
Hex AC 77 49 0 1F 3A 21 1C 28 30
Octal 254 167 111 0 37 72 41 34 50 60
Binary 10101100 1110111 1001001 0 11111 111010 100001 11100 101000 110000

Color Harmonies of #AC7749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7749

Black with #AC7749

Text Example


Text Example

White with #AC7749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7749; }

 p { color: rgb(172,119,73); }

 H1.HeaderClassName
 {
   color: #AC7749;
 }
 .AnyTagClassName
 {
   color: #AC7749;
 }
</style>

background-color css

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

 a { background-color: rgb(172,119,73); }

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

border-color css

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

 span { border-color: rgb(172,119,73); }

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