Html Css Color HEX #AC6944 Bourbon

📋 copy color: '#AC6944'

red 172 ◦ green 105 ◦ blue 68

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

Shades of Bourbon #AC6944

Tints of Bourbon #AC6944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.71%

R = 49.86%
G = 30.43%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC6944 (or 0xAC6944) is known color: Bourbon. HEX triplet: AC, 69 and 44. RGB value is (172,105,68). Sum of RGB (Red+Green+Blue) = 172+105+68=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 68 (26.95% from 255 or 19.71% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC6944 is #5396BB. Grayscale: #797979. Windows color (decimal): -5478076 or 4483500. OLE color: 4483500.

HSL color Cylindrical-coordinate representation of color #AC6944: hue angle of 21.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC6944 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 105 68 -
CMYK 0 0.39 0.60 0.33
HSL 21.35º 0.43% 0.47% -
HSV(B) 21.35º 0.6% 0.67% -
XYZ 23.11 19.29 7.97 -
YUV 120.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 172 105 68 0 0.39 0.60 0.33 21.35 0.43 0.47
Hex AC 69 44 0 27 3C 21 15 2B 2F
Octal 254 151 104 0 47 74 41 25 53 57
Binary 10101100 1101001 1000100 0 100111 111100 100001 10101 101011 101111

Color Harmonies of #AC6944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6944

Black with #AC6944

Text Example


Text Example

White with #AC6944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6944; }

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

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

background-color css

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

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

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

border-color css

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

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

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