Html Css Color HEX #AC7047 Bourbon

📋 copy color: '#AC7047'

red 172 ◦ green 112 ◦ blue 71

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

Shades of Bourbon #AC7047

Tints of Bourbon #AC7047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

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

R = 48.45%
G = 31.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7047 (or 0xAC7047) is known color: Bourbon. HEX triplet: AC, 70 and 47. RGB value is (172,112,71). Sum of RGB (Red+Green+Blue) = 172+112+71=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7047 is #538FB8. Grayscale: #7D7D7D. Windows color (decimal): -5476281 or 4681900. OLE color: 4681900.

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

Color convert

RGB 172 112 71 -
CMYK 0 0.35 0.59 0.33
HSL 24.36º 0.42% 0.48% -
HSV(B) 24.36º 0.59% 0.67% -
XYZ 23.94 20.81 8.72 -
YUV 125.27 97.38 161.33 -
System Red Green Blue C M Y K H S L
Decimal 172 112 71 0 0.35 0.59 0.33 24.36 0.42 0.48
Hex AC 70 47 0 23 3B 21 18 2A 30
Octal 254 160 107 0 43 73 41 30 52 60
Binary 10101100 1110000 1000111 0 100011 111011 100001 11000 101010 110000

Color Harmonies of #AC7047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7047

Black with #AC7047

Text Example


Text Example

White with #AC7047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7047; }

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

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

background-color css

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

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

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

border-color css

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

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

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