Html Css Color HEX #AC7344 Bourbon

📋 copy color: '#AC7344'

red 172 ◦ green 115 ◦ blue 68

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

Shades of Bourbon #AC7344

Tints of Bourbon #AC7344

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.39%

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

R = 48.45%
G = 32.39%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7344 (or 0xAC7344) is known color: Bourbon. HEX triplet: AC, 73 and 44. RGB value is (172,115,68). Sum of RGB (Red+Green+Blue) = 172+115+68=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 115 (45.31% from 255 or 32.39% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7344 is #538CBB. Grayscale: #7E7E7E. Windows color (decimal): -5475516 or 4486060. OLE color: 4486060.

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

Color convert

RGB 172 115 68 -
CMYK 0 0.33 0.60 0.33
HSL 27.12º 0.43% 0.47% -
HSV(B) 27.12º 0.6% 0.67% -
XYZ 24.19 21.45 8.33 -
YUV 126.69 94.88 160.32 -
System Red Green Blue C M Y K H S L
Decimal 172 115 68 0 0.33 0.60 0.33 27.12 0.43 0.47
Hex AC 73 44 0 21 3C 21 1B 2B 2F
Octal 254 163 104 0 41 74 41 33 53 57
Binary 10101100 1110011 1000100 0 100001 111100 100001 11011 101011 101111

Color Harmonies of #AC7344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7344

Black with #AC7344

Text Example


Text Example

White with #AC7344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7344; }

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

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

background-color css

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

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

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

border-color css

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

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

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