Html Css Color HEX #AC7349 Bourbon

📋 copy color: '#AC7349'

red 172 ◦ green 115 ◦ blue 73

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

Shades of Bourbon #AC7349

Tints of Bourbon #AC7349

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.94%

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

R = 47.78%
G = 31.94%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7349 (or 0xAC7349) is known color: Bourbon. HEX triplet: AC, 73 and 49. RGB value is (172,115,73). Sum of RGB (Red+Green+Blue) = 172+115+73=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7349 is #538CB6. Grayscale: #7F7F7F. Windows color (decimal): -5475511 or 4813740. OLE color: 4813740.

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

Color convert

RGB 172 115 73 -
CMYK 0 0.33 0.58 0.33
HSL 25.45º 0.4% 0.48% -
HSV(B) 25.45º 0.58% 0.67% -
XYZ 24.35 21.51 9.17 -
YUV 127.26 97.38 159.92 -
System Red Green Blue C M Y K H S L
Decimal 172 115 73 0 0.33 0.58 0.33 25.45 0.4 0.48
Hex AC 73 49 0 21 3A 21 19 28 30
Octal 254 163 111 0 41 72 41 31 50 60
Binary 10101100 1110011 1001001 0 100001 111010 100001 11001 101000 110000

Color Harmonies of #AC7349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7349

Black with #AC7349

Text Example


Text Example

White with #AC7349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7349; }

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

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

background-color css

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

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

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

border-color css

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

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

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