Html Css Color HEX #AC7547 Bourbon

📋 copy color: '#AC7547'

red 172 ◦ green 117 ◦ blue 71

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

Shades of Bourbon #AC7547

Tints of Bourbon #AC7547

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.5%

 BLUE value IS 71 (28.13% from 255) = 19.72%

R = 47.78%
G = 32.5%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7547 (or 0xAC7547) is known color: Bourbon. HEX triplet: AC, 75 and 47. RGB value is (172,117,71). Sum of RGB (Red+Green+Blue) = 172+117+71=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 71 (28.12% from 255 or 19.72% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7547 is #538AB8. Grayscale: #808080. Windows color (decimal): -5475001 or 4683180. OLE color: 4683180.

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

Color convert

RGB 172 117 71 -
CMYK 0 0.32 0.59 0.33
HSL 27.33º 0.42% 0.48% -
HSV(B) 27.33º 0.59% 0.67% -
XYZ 24.51 21.95 8.91 -
YUV 128.2 95.72 159.24 -
System Red Green Blue C M Y K H S L
Decimal 172 117 71 0 0.32 0.59 0.33 27.33 0.42 0.48
Hex AC 75 47 0 20 3B 21 1B 2A 30
Octal 254 165 107 0 40 73 41 33 52 60
Binary 10101100 1110101 1000111 0 100000 111011 100001 11011 101010 110000

Color Harmonies of #AC7547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7547

Black with #AC7547

Text Example


Text Example

White with #AC7547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7547; }

 p { color: rgb(172,117,71); }

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

background-color css

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

 a { background-color: rgb(172,117,71); }

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

border-color css

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

 span { border-color: rgb(172,117,71); }

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