Html Css Color HEX #AC7447 Bourbon

📋 copy color: '#AC7447'

red 172 ◦ green 116 ◦ blue 71

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

Shades of Bourbon #AC7447

Tints of Bourbon #AC7447

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.31%

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

R = 47.91%
G = 32.31%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7447 (or 0xAC7447) is known color: Bourbon. HEX triplet: AC, 74 and 47. RGB value is (172,116,71). Sum of RGB (Red+Green+Blue) = 172+116+71=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7447 is #538BB8. Grayscale: #7F7F7F. Windows color (decimal): -5475257 or 4682924. OLE color: 4682924.

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

Color convert

RGB 172 116 71 -
CMYK 0 0.33 0.59 0.33
HSL 26.73º 0.42% 0.48% -
HSV(B) 26.73º 0.59% 0.67% -
XYZ 24.4 21.72 8.87 -
YUV 127.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 172 116 71 0 0.33 0.59 0.33 26.73 0.42 0.48
Hex AC 74 47 0 21 3B 21 1B 2A 30
Octal 254 164 107 0 41 73 41 33 52 60
Binary 10101100 1110100 1000111 0 100001 111011 100001 11011 101010 110000

Color Harmonies of #AC7447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7447

Black with #AC7447

Text Example


Text Example

White with #AC7447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7447; }

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

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

background-color css

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

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

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

border-color css

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

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

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