Html Css Color HEX #AC7149 Bourbon

📋 copy color: '#AC7149'

red 172 ◦ green 113 ◦ blue 73

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

Shades of Bourbon #AC7149

Tints of Bourbon #AC7149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.56%

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

R = 48.04%
G = 31.56%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AC7149 (or 0xAC7149) is known color: Bourbon. HEX triplet: AC, 71 and 49. RGB value is (172,113,73). Sum of RGB (Red+Green+Blue) = 172+113+73=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 73 (28.91% from 255 or 20.39% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7149 is #538EB6. Grayscale: #7E7E7E. Windows color (decimal): -5476023 or 4813228. OLE color: 4813228.

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

Color convert

RGB 172 113 73 -
CMYK 0 0.34 0.58 0.33
HSL 24.24º 0.4% 0.48% -
HSV(B) 24.24º 0.58% 0.67% -
XYZ 24.12 21.06 9.1 -
YUV 126.08 98.05 160.75 -
System Red Green Blue C M Y K H S L
Decimal 172 113 73 0 0.34 0.58 0.33 24.24 0.4 0.48
Hex AC 71 49 0 22 3A 21 18 28 30
Octal 254 161 111 0 42 72 41 30 50 60
Binary 10101100 1110001 1001001 0 100010 111010 100001 11000 101000 110000

Color Harmonies of #AC7149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7149

Black with #AC7149

Text Example


Text Example

White with #AC7149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7149; }

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

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

background-color css

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

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

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

border-color css

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

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

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