Html Css Color HEX #AC6D46 Bourbon

📋 copy color: '#AC6D46'

red 172 ◦ green 109 ◦ blue 70

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

Shades of Bourbon #AC6D46

Tints of Bourbon #AC6D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 70 (27.73% from 255) = 19.94%

R = 49%
G = 31.05%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AC6D46 (or 0xAC6D46) is known color: Bourbon. HEX triplet: AC, 6D and 46. RGB value is (172,109,70). Sum of RGB (Red+Green+Blue) = 172+109+70=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 70 (27.73% from 255 or 19.94% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D46 is #5392B9. Grayscale: #7B7B7B. Windows color (decimal): -5477050 or 4615596. OLE color: 4615596.

HSL color Cylindrical-coordinate representation of color #AC6D46: hue angle of 22.94º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AC6D46 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 109 70 -
CMYK 0 0.37 0.59 0.33
HSL 22.94º 0.42% 0.47% -
HSV(B) 22.94º 0.59% 0.67% -
XYZ 23.59 20.15 8.44 -
YUV 123.39 97.87 162.67 -
System Red Green Blue C M Y K H S L
Decimal 172 109 70 0 0.37 0.59 0.33 22.94 0.42 0.47
Hex AC 6D 46 0 25 3B 21 17 2A 2F
Octal 254 155 106 0 45 73 41 27 52 57
Binary 10101100 1101101 1000110 0 100101 111011 100001 10111 101010 101111

Color Harmonies of #AC6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D46

Black with #AC6D46

Text Example


Text Example

White with #AC6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D46; }

 p { color: rgb(172,109,70); }

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

background-color css

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

 a { background-color: rgb(172,109,70); }

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

border-color css

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

 span { border-color: rgb(172,109,70); }

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