Html Css Color HEX #AC6841 Bourbon

📋 copy color: '#AC6841'

red 172 ◦ green 104 ◦ blue 65

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

Shades of Bourbon #AC6841

Tints of Bourbon #AC6841

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.5%

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

R = 50.44%
G = 30.5%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6841 (or 0xAC6841) is known color: Bourbon. HEX triplet: AC, 68 and 41. RGB value is (172,104,65). Sum of RGB (Red+Green+Blue) = 172+104+65=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6841 is #5397BE. Grayscale: #787878. Windows color (decimal): -5478335 or 4286636. OLE color: 4286636.

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

Color convert

RGB 172 104 65 -
CMYK 0 0.40 0.62 0.33
HSL 21.87º 0.45% 0.46% -
HSV(B) 21.87º 0.62% 0.67% -
XYZ 22.92 19.05 7.47 -
YUV 119.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 172 104 65 0 0.40 0.62 0.33 21.87 0.45 0.46
Hex AC 68 41 0 28 3E 21 16 2D 2E
Octal 254 150 101 0 50 76 41 26 55 56
Binary 10101100 1101000 1000001 0 101000 111110 100001 10110 101101 101110

Color Harmonies of #AC6841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6841

Black with #AC6841

Text Example


Text Example

White with #AC6841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6841; }

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

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

background-color css

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

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

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

border-color css

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

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

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