Html Css Color HEX #AC6E3D Bourbon

📋 copy color: '#AC6E3D'

red 172 ◦ green 110 ◦ blue 61

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

Shades of Bourbon #AC6E3D

Tints of Bourbon #AC6E3D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.07%

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

R = 50.15%
G = 32.07%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC6E3D (or 0xAC6E3D) is known color: Bourbon. HEX triplet: AC, 6E and 3D. RGB value is (172,110,61). Sum of RGB (Red+Green+Blue) = 172+110+61=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E3D is #5391C2. Grayscale: #7B7B7B. Windows color (decimal): -5476803 or 4026028. OLE color: 4026028.

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

Color convert

RGB 172 110 61 -
CMYK 0 0.36 0.65 0.33
HSL 26.49º 0.48% 0.46% -
HSV(B) 26.49º 0.65% 0.67% -
XYZ 23.43 20.26 7.09 -
YUV 122.95 93.04 162.98 -
System Red Green Blue C M Y K H S L
Decimal 172 110 61 0 0.36 0.65 0.33 26.49 0.48 0.46
Hex AC 6E 3D 0 24 41 21 1A 30 2E
Octal 254 156 75 0 44 101 41 32 60 56
Binary 10101100 1101110 111101 0 100100 1000001 100001 11010 110000 101110

Color Harmonies of #AC6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E3D

Black with #AC6E3D

Text Example


Text Example

White with #AC6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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