Html Css Color HEX #AC6E3F Bourbon

📋 copy color: '#AC6E3F'

red 172 ◦ green 110 ◦ blue 63

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

Shades of Bourbon #AC6E3F

Tints of Bourbon #AC6E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 49.86%
G = 31.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6E3F (or 0xAC6E3F) is known color: Bourbon. HEX triplet: AC, 6E and 3F. RGB value is (172,110,63). Sum of RGB (Red+Green+Blue) = 172+110+63=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6E3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6E3F is #5391C0. Grayscale: #7B7B7B. Windows color (decimal): -5476801 or 4157100. OLE color: 4157100.

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

Color convert

RGB 172 110 63 -
CMYK 0 0.36 0.63 0.33
HSL 25.87º 0.46% 0.46% -
HSV(B) 25.87º 0.63% 0.67% -
XYZ 23.49 20.28 7.38 -
YUV 123.18 94.04 162.82 -
System Red Green Blue C M Y K H S L
Decimal 172 110 63 0 0.36 0.63 0.33 25.87 0.46 0.46
Hex AC 6E 3F 0 24 3F 21 1A 2E 2E
Octal 254 156 77 0 44 77 41 32 56 56
Binary 10101100 1101110 111111 0 100100 111111 100001 11010 101110 101110

Color Harmonies of #AC6E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6E3F

Black with #AC6E3F

Text Example


Text Example

White with #AC6E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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