Html Css Color HEX #AC7247 Bourbon

📋 copy color: '#AC7247'

red 172 ◦ green 114 ◦ blue 71

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

Shades of Bourbon #AC7247

Tints of Bourbon #AC7247

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.93%

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

R = 48.18%
G = 31.93%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC7247 (or 0xAC7247) is known color: Bourbon. HEX triplet: AC, 72 and 47. RGB value is (172,114,71). Sum of RGB (Red+Green+Blue) = 172+114+71=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 114 (44.92% from 255 or 31.93% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7247 is #538DB8. Grayscale: #7E7E7E. Windows color (decimal): -5475769 or 4682412. OLE color: 4682412.

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

Color convert

RGB 172 114 71 -
CMYK 0 0.34 0.59 0.33
HSL 25.54º 0.42% 0.48% -
HSV(B) 25.54º 0.59% 0.67% -
XYZ 24.17 21.26 8.79 -
YUV 126.44 96.72 160.5 -
System Red Green Blue C M Y K H S L
Decimal 172 114 71 0 0.34 0.59 0.33 25.54 0.42 0.48
Hex AC 72 47 0 22 3B 21 1A 2A 30
Octal 254 162 107 0 42 73 41 32 52 60
Binary 10101100 1110010 1000111 0 100010 111011 100001 11010 101010 110000

Color Harmonies of #AC7247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7247

Black with #AC7247

Text Example


Text Example

White with #AC7247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7247; }

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

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

background-color css

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

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

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

border-color css

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

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

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