Html Css Color HEX #AC6D3C Bourbon

📋 copy color: '#AC6D3C'

red 172 ◦ green 109 ◦ blue 60

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

Shades of Bourbon #AC6D3C

Tints of Bourbon #AC6D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.6%

R = 50.44%
G = 31.96%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC6D3C (or 0xAC6D3C) is known color: Bourbon. HEX triplet: AC, 6D and 3C. RGB value is (172,109,60). Sum of RGB (Red+Green+Blue) = 172+109+60=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 60 (23.83% from 255 or 17.60% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D3C is #5392C3. Grayscale: #7A7A7A. Windows color (decimal): -5477060 or 3960236. OLE color: 3960236.

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

Color convert

RGB 172 109 60 -
CMYK 0 0.37 0.65 0.33
HSL 26.25º 0.48% 0.45% -
HSV(B) 26.25º 0.65% 0.67% -
XYZ 23.3 20.03 6.91 -
YUV 122.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 172 109 60 0 0.37 0.65 0.33 26.25 0.48 0.45
Hex AC 6D 3C 0 25 41 21 1A 30 2D
Octal 254 155 74 0 45 101 41 32 60 55
Binary 10101100 1101101 111100 0 100101 1000001 100001 11010 110000 101101

Color Harmonies of #AC6D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D3C

Black with #AC6D3C

Text Example


Text Example

White with #AC6D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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