Html Css Color HEX #AC6940 Bourbon

📋 copy color: '#AC6940'

red 172 ◦ green 105 ◦ blue 64

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

Shades of Bourbon #AC6940

Tints of Bourbon #AC6940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.79%

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

R = 50.44%
G = 30.79%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC6940 (or 0xAC6940) is known color: Bourbon. HEX triplet: AC, 69 and 40. RGB value is (172,105,64). Sum of RGB (Red+Green+Blue) = 172+105+64=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6940 is #5396BF. Grayscale: #787878. Windows color (decimal): -5478080 or 4221356. OLE color: 4221356.

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

Color convert

RGB 172 105 64 -
CMYK 0 0.39 0.63 0.33
HSL 22.78º 0.46% 0.46% -
HSV(B) 22.78º 0.63% 0.67% -
XYZ 22.99 19.24 7.35 -
YUV 120.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 172 105 64 0 0.39 0.63 0.33 22.78 0.46 0.46
Hex AC 69 40 0 27 3F 21 17 2E 2E
Octal 254 151 100 0 47 77 41 27 56 56
Binary 10101100 1101001 1000000 0 100111 111111 100001 10111 101110 101110

Color Harmonies of #AC6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6940

Black with #AC6940

Text Example


Text Example

White with #AC6940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6940; }

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

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

background-color css

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

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

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

border-color css

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

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

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