Html Css Color HEX #AC7644 Bourbon

📋 copy color: '#AC7644'

red 172 ◦ green 118 ◦ blue 68

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

Shades of Bourbon #AC7644

Tints of Bourbon #AC7644

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.96%

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

R = 48.04%
G = 32.96%
B = 18.99%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AC7644 (or 0xAC7644) is known color: Bourbon. HEX triplet: AC, 76 and 44. RGB value is (172,118,68). Sum of RGB (Red+Green+Blue) = 172+118+68=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 68 (26.95% from 255 or 18.99% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7644 is #5389BB. Grayscale: #808080. Windows color (decimal): -5474748 or 4486828. OLE color: 4486828.

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

Color convert

RGB 172 118 68 -
CMYK 0 0.31 0.60 0.33
HSL 28.85º 0.43% 0.47% -
HSV(B) 28.85º 0.6% 0.67% -
XYZ 24.54 22.14 8.45 -
YUV 128.45 93.89 159.07 -
System Red Green Blue C M Y K H S L
Decimal 172 118 68 0 0.31 0.60 0.33 28.85 0.43 0.47
Hex AC 76 44 0 1F 3C 21 1D 2B 2F
Octal 254 166 104 0 37 74 41 35 53 57
Binary 10101100 1110110 1000100 0 11111 111100 100001 11101 101011 101111

Color Harmonies of #AC7644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7644

Black with #AC7644

Text Example


Text Example

White with #AC7644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7644; }

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

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

background-color css

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

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

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

border-color css

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

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

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