Html Css Color HEX #AC6D3D Bourbon

📋 copy color: '#AC6D3D'

red 172 ◦ green 109 ◦ blue 61

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

Shades of Bourbon #AC6D3D

Tints of Bourbon #AC6D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.84%

R = 50.29%
G = 31.87%
B = 17.84%

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

#AC6D3D (or 0xAC6D3D) is known color: Bourbon. HEX triplet: AC, 6D and 3D. RGB value is (172,109,61). Sum of RGB (Red+Green+Blue) = 172+109+61=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 61 (24.22% from 255 or 17.84% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6D3D is #5392C2. Grayscale: #7A7A7A. Windows color (decimal): -5477059 or 4025772. OLE color: 4025772.

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

Color convert

RGB 172 109 61 -
CMYK 0 0.37 0.65 0.33
HSL 25.95º 0.48% 0.46% -
HSV(B) 25.95º 0.65% 0.67% -
XYZ 23.32 20.04 7.05 -
YUV 122.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 172 109 61 0 0.37 0.65 0.33 25.95 0.48 0.46
Hex AC 6D 3D 0 25 41 21 1A 30 2E
Octal 254 155 75 0 45 101 41 32 60 56
Binary 10101100 1101101 111101 0 100101 1000001 100001 11010 110000 101110

Color Harmonies of #AC6D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6D3D

Black with #AC6D3D

Text Example


Text Example

White with #AC6D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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