Html Css Color HEX #AC743E Bourbon

📋 copy color: '#AC743E'

red 172 ◦ green 116 ◦ blue 62

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

Shades of Bourbon #AC743E

Tints of Bourbon #AC743E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 49.14%
G = 33.14%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC743E (or 0xAC743E) is known color: Bourbon. HEX triplet: AC, 74 and 3E. RGB value is (172,116,62). Sum of RGB (Red+Green+Blue) = 172+116+62=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC743E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC743E is #538BC1. Grayscale: #7E7E7E. Windows color (decimal): -5475266 or 4093100. OLE color: 4093100.

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

Color convert

RGB 172 116 62 -
CMYK 0 0.33 0.64 0.33
HSL 29.45º 0.47% 0.46% -
HSV(B) 29.45º 0.64% 0.67% -
XYZ 24.13 21.61 7.46 -
YUV 126.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 172 116 62 0 0.33 0.64 0.33 29.45 0.47 0.46
Hex AC 74 3E 0 21 40 21 1D 2F 2E
Octal 254 164 76 0 41 100 41 35 57 56
Binary 10101100 1110100 111110 0 100001 1000000 100001 11101 101111 101110

Color Harmonies of #AC743E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC743E

Black with #AC743E

Text Example


Text Example

White with #AC743E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC743E; }

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

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

background-color css

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

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

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

border-color css

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

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

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