Html Css Color HEX #AC7642 Bourbon

📋 copy color: '#AC7642'

red 172 ◦ green 118 ◦ blue 66

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

Shades of Bourbon #AC7642

Tints of Bourbon #AC7642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.54%

R = 48.31%
G = 33.15%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC7642 (or 0xAC7642) is known color: Bourbon. HEX triplet: AC, 76 and 42. RGB value is (172,118,66). Sum of RGB (Red+Green+Blue) = 172+118+66=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7642 is #5389BD. Grayscale: #808080. Windows color (decimal): -5474750 or 4355756. OLE color: 4355756.

HSL color Cylindrical-coordinate representation of color #AC7642: hue angle of 29.43º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC7642 is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 118 66 -
CMYK 0 0.31 0.62 0.33
HSL 29.43º 0.45% 0.47% -
HSV(B) 29.43º 0.62% 0.67% -
XYZ 24.48 22.12 8.13 -
YUV 128.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 172 118 66 0 0.31 0.62 0.33 29.43 0.45 0.47
Hex AC 76 42 0 1F 3E 21 1D 2D 2F
Octal 254 166 102 0 37 76 41 35 55 57
Binary 10101100 1110110 1000010 0 11111 111110 100001 11101 101101 101111

Color Harmonies of #AC7642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7642

Black with #AC7642

Text Example


Text Example

White with #AC7642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7642; }

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

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

background-color css

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

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

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

border-color css

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

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

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