Html Css Color HEX #AC6A40 Bourbon

📋 copy color: '#AC6A40'

red 172 ◦ green 106 ◦ blue 64

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

Shades of Bourbon #AC6A40

Tints of Bourbon #AC6A40

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.99%

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

R = 50.29%
G = 30.99%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6A40 (or 0xAC6A40) is known color: Bourbon. HEX triplet: AC, 6A and 40. RGB value is (172,106,64). Sum of RGB (Red+Green+Blue) = 172+106+64=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 106 (41.80% from 255 or 30.99% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6A40 is #5395BF. Grayscale: #797979. Windows color (decimal): -5477824 or 4221612. OLE color: 4221612.

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

Color convert

RGB 172 106 64 -
CMYK 0 0.38 0.63 0.33
HSL 23.33º 0.46% 0.46% -
HSV(B) 23.33º 0.63% 0.67% -
XYZ 23.09 19.45 7.39 -
YUV 120.95 95.87 164.42 -
System Red Green Blue C M Y K H S L
Decimal 172 106 64 0 0.38 0.63 0.33 23.33 0.46 0.46
Hex AC 6A 40 0 26 3F 21 17 2E 2E
Octal 254 152 100 0 46 77 41 27 56 56
Binary 10101100 1101010 1000000 0 100110 111111 100001 10111 101110 101110

Color Harmonies of #AC6A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6A40

Black with #AC6A40

Text Example


Text Example

White with #AC6A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6A40; }

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

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

background-color css

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

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

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

border-color css

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

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

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