Html Css Color HEX #AC6740 Bourbon

📋 copy color: '#AC6740'

red 172 ◦ green 103 ◦ blue 64

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

Shades of Bourbon #AC6740

Tints of Bourbon #AC6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 50.74%
G = 30.38%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6740 (or 0xAC6740) is known color: Bourbon. HEX triplet: AC, 67 and 40. RGB value is (172,103,64). Sum of RGB (Red+Green+Blue) = 172+103+64=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6740 is #5398BF. Grayscale: #777777. Windows color (decimal): -5478592 or 4220844. OLE color: 4220844.

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

Color convert

RGB 172 103 64 -
CMYK 0 0.40 0.63 0.33
HSL 21.67º 0.46% 0.46% -
HSV(B) 21.67º 0.63% 0.67% -
XYZ 22.79 18.84 7.29 -
YUV 119.19 96.86 165.67 -
System Red Green Blue C M Y K H S L
Decimal 172 103 64 0 0.40 0.63 0.33 21.67 0.46 0.46
Hex AC 67 40 0 28 3F 21 16 2E 2E
Octal 254 147 100 0 50 77 41 26 56 56
Binary 10101100 1100111 1000000 0 101000 111111 100001 10110 101110 101110

Color Harmonies of #AC6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6740

Black with #AC6740

Text Example


Text Example

White with #AC6740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6740; }

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

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

background-color css

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

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

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

border-color css

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

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

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