Html Css Color HEX #AC7041 Bourbon

📋 copy color: '#AC7041'

red 172 ◦ green 112 ◦ blue 65

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

Shades of Bourbon #AC7041

Tints of Bourbon #AC7041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.62%

R = 49.28%
G = 32.09%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7041 (or 0xAC7041) is known color: Bourbon. HEX triplet: AC, 70 and 41. RGB value is (172,112,65). Sum of RGB (Red+Green+Blue) = 172+112+65=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7041 is #538FBE. Grayscale: #7C7C7C. Windows color (decimal): -5476287 or 4288684. OLE color: 4288684.

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

Color convert

RGB 172 112 65 -
CMYK 0 0.35 0.62 0.33
HSL 26.36º 0.45% 0.46% -
HSV(B) 26.36º 0.62% 0.67% -
XYZ 23.76 20.74 7.75 -
YUV 124.58 94.38 161.82 -
System Red Green Blue C M Y K H S L
Decimal 172 112 65 0 0.35 0.62 0.33 26.36 0.45 0.46
Hex AC 70 41 0 23 3E 21 1A 2D 2E
Octal 254 160 101 0 43 76 41 32 55 56
Binary 10101100 1110000 1000001 0 100011 111110 100001 11010 101101 101110

Color Harmonies of #AC7041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7041

Black with #AC7041

Text Example


Text Example

White with #AC7041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7041; }

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

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

background-color css

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

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

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

border-color css

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

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

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