Html Css Color HEX #AC7640 Bourbon

📋 copy color: '#AC7640'

red 172 ◦ green 118 ◦ blue 64

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

Shades of Bourbon #AC7640

Tints of Bourbon #AC7640

RGB

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

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

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

R = 48.59%
G = 33.33%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC7640 (or 0xAC7640) is known color: Bourbon. HEX triplet: AC, 76 and 40. RGB value is (172,118,64). Sum of RGB (Red+Green+Blue) = 172+118+64=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7640 is #5389BF. Grayscale: #808080. Windows color (decimal): -5474752 or 4224684. OLE color: 4224684.

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

Color convert

RGB 172 118 64 -
CMYK 0 0.31 0.63 0.33
HSL 30º 0.46% 0.46% -
HSV(B) 30º 0.63% 0.67% -
XYZ 24.42 22.1 7.83 -
YUV 127.99 91.89 159.39 -
System Red Green Blue C M Y K H S L
Decimal 172 118 64 0 0.31 0.63 0.33 30 0.46 0.46
Hex AC 76 40 0 1F 3F 21 1E 2E 2E
Octal 254 166 100 0 37 77 41 36 56 56
Binary 10101100 1110110 1000000 0 11111 111111 100001 11110 101110 101110

Color Harmonies of #AC7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7640

Black with #AC7640

Text Example


Text Example

White with #AC7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7640; }

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

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

background-color css

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

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

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

border-color css

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

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

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