Html Css Color HEX #AC743D Bourbon

📋 copy color: '#AC743D'

red 172 ◦ green 116 ◦ blue 61

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

Shades of Bourbon #AC743D

Tints of Bourbon #AC743D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 49.28%
G = 33.24%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC743D (or 0xAC743D) is known color: Bourbon. HEX triplet: AC, 74 and 3D. RGB value is (172,116,61). Sum of RGB (Red+Green+Blue) = 172+116+61=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC743D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC743D is #538BC2. Grayscale: #7E7E7E. Windows color (decimal): -5475267 or 4027564. OLE color: 4027564.

HSL color Cylindrical-coordinate representation of color #AC743D: hue angle of 29.73º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC743D is Cyan = 0, Magento = 0.33, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 116 61 -
CMYK 0 0.33 0.65 0.33
HSL 29.73º 0.48% 0.46% -
HSV(B) 29.73º 0.65% 0.67% -
XYZ 24.1 21.6 7.31 -
YUV 126.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 172 116 61 0 0.33 0.65 0.33 29.73 0.48 0.46
Hex AC 74 3D 0 21 41 21 1E 30 2E
Octal 254 164 75 0 41 101 41 36 60 56
Binary 10101100 1110100 111101 0 100001 1000001 100001 11110 110000 101110

Color Harmonies of #AC743D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC743D

Black with #AC743D

Text Example


Text Example

White with #AC743D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC743D; }

 p { color: rgb(172,116,61); }

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

background-color css

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

 a { background-color: rgb(172,116,61); }

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

border-color css

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

 span { border-color: rgb(172,116,61); }

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