Html Css Color HEX #AC6E47 Bourbon

📋 copy color: '#AC6E47'

red 172 ◦ green 110 ◦ blue 71

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

Shades of Bourbon #AC6E47

Tints of Bourbon #AC6E47

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.16%

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

R = 48.73%
G = 31.16%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6E47 (or 0xAC6E47) is known color: Bourbon. HEX triplet: AC, 6E and 47. RGB value is (172,110,71). Sum of RGB (Red+Green+Blue) = 172+110+71=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E47 is #5391B8. Grayscale: #7C7C7C. Windows color (decimal): -5476793 or 4681388. OLE color: 4681388.

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

Color convert

RGB 172 110 71 -
CMYK 0 0.36 0.59 0.33
HSL 23.17º 0.42% 0.48% -
HSV(B) 23.17º 0.59% 0.67% -
XYZ 23.73 20.38 8.64 -
YUV 124.09 98.04 162.17 -
System Red Green Blue C M Y K H S L
Decimal 172 110 71 0 0.36 0.59 0.33 23.17 0.42 0.48
Hex AC 6E 47 0 24 3B 21 17 2A 30
Octal 254 156 107 0 44 73 41 27 52 60
Binary 10101100 1101110 1000111 0 100100 111011 100001 10111 101010 110000

Color Harmonies of #AC6E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E47

Black with #AC6E47

Text Example


Text Example

White with #AC6E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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