Html Css Color HEX #AC7040 Bourbon

📋 copy color: '#AC7040'

red 172 ◦ green 112 ◦ blue 64

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

Shades of Bourbon #AC7040

Tints of Bourbon #AC7040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.39%

R = 49.43%
G = 32.18%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC7040 (or 0xAC7040) is known color: Bourbon. HEX triplet: AC, 70 and 40. RGB value is (172,112,64). Sum of RGB (Red+Green+Blue) = 172+112+64=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7040 is #538FBF. Grayscale: #7C7C7C. Windows color (decimal): -5476288 or 4223148. OLE color: 4223148.

HSL color Cylindrical-coordinate representation of color #AC7040: hue angle of 26.67º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC7040 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 64 -
CMYK 0 0.35 0.63 0.33
HSL 26.67º 0.46% 0.46% -
HSV(B) 26.67º 0.63% 0.67% -
XYZ 23.73 20.73 7.6 -
YUV 124.47 93.88 161.9 -
System Red Green Blue C M Y K H S L
Decimal 172 112 64 0 0.35 0.63 0.33 26.67 0.46 0.46
Hex AC 70 40 0 23 3F 21 1B 2E 2E
Octal 254 160 100 0 43 77 41 33 56 56
Binary 10101100 1110000 1000000 0 100011 111111 100001 11011 101110 101110

Color Harmonies of #AC7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7040

Black with #AC7040

Text Example


Text Example

White with #AC7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7040; }

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

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

background-color css

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

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

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

border-color css

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

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

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