Html Css Color HEX #AC6B41 Bourbon

📋 copy color: '#AC6B41'

red 172 ◦ green 107 ◦ blue 65

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

Shades of Bourbon #AC6B41

Tints of Bourbon #AC6B41

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.1%

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

R = 50%
G = 31.1%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC6B41 (or 0xAC6B41) is known color: Bourbon. HEX triplet: AC, 6B and 41. RGB value is (172,107,65). Sum of RGB (Red+Green+Blue) = 172+107+65=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 107 (42.19% from 255 or 31.10% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6B41 is #5394BE. Grayscale: #797979. Windows color (decimal): -5477567 or 4287404. OLE color: 4287404.

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

Color convert

RGB 172 107 65 -
CMYK 0 0.38 0.62 0.33
HSL 23.55º 0.45% 0.46% -
HSV(B) 23.55º 0.62% 0.67% -
XYZ 23.23 19.67 7.57 -
YUV 121.65 96.03 163.92 -
System Red Green Blue C M Y K H S L
Decimal 172 107 65 0 0.38 0.62 0.33 23.55 0.45 0.46
Hex AC 6B 41 0 26 3E 21 18 2D 2E
Octal 254 153 101 0 46 76 41 30 55 56
Binary 10101100 1101011 1000001 0 100110 111110 100001 11000 101101 101110

Color Harmonies of #AC6B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6B41

Black with #AC6B41

Text Example


Text Example

White with #AC6B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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