Html Css Color HEX #AC7144 Bourbon

📋 copy color: '#AC7144'

red 172 ◦ green 113 ◦ blue 68

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

Shades of Bourbon #AC7144

Tints of Bourbon #AC7144

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 48.73%
G = 32.01%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7144 (or 0xAC7144) is known color: Bourbon. HEX triplet: AC, 71 and 44. RGB value is (172,113,68). Sum of RGB (Red+Green+Blue) = 172+113+68=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7144 is #538EBB. Grayscale: #7D7D7D. Windows color (decimal): -5476028 or 4485548. OLE color: 4485548.

HSL color Cylindrical-coordinate representation of color #AC7144: hue angle of 25.96º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC7144 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 113 68 -
CMYK 0 0.34 0.60 0.33
HSL 25.96º 0.43% 0.47% -
HSV(B) 25.96º 0.6% 0.67% -
XYZ 23.96 21 8.26 -
YUV 125.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 172 113 68 0 0.34 0.60 0.33 25.96 0.43 0.47
Hex AC 71 44 0 22 3C 21 1A 2B 2F
Octal 254 161 104 0 42 74 41 32 53 57
Binary 10101100 1110001 1000100 0 100010 111100 100001 11010 101011 101111

Color Harmonies of #AC7144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7144

Black with #AC7144

Text Example


Text Example

White with #AC7144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7144; }

 p { color: rgb(172,113,68); }

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

background-color css

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

 a { background-color: rgb(172,113,68); }

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

border-color css

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

 span { border-color: rgb(172,113,68); }

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