Html Css Color HEX #AC7443 Bourbon

📋 copy color: '#AC7443'

red 172 ◦ green 116 ◦ blue 67

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

Shades of Bourbon #AC7443

Tints of Bourbon #AC7443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.87%

R = 48.45%
G = 32.68%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC7443 (or 0xAC7443) is known color: Bourbon. HEX triplet: AC, 74 and 43. RGB value is (172,116,67). Sum of RGB (Red+Green+Blue) = 172+116+67=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7443 is #538BBC. Grayscale: #7F7F7F. Windows color (decimal): -5475261 or 4420780. OLE color: 4420780.

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

Color convert

RGB 172 116 67 -
CMYK 0 0.33 0.61 0.33
HSL 28º 0.44% 0.47% -
HSV(B) 28º 0.61% 0.67% -
XYZ 24.27 21.67 8.21 -
YUV 127.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 172 116 67 0 0.33 0.61 0.33 28 0.44 0.47
Hex AC 74 43 0 21 3D 21 1C 2C 2F
Octal 254 164 103 0 41 75 41 34 54 57
Binary 10101100 1110100 1000011 0 100001 111101 100001 11100 101100 101111

Color Harmonies of #AC7443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7443

Black with #AC7443

Text Example


Text Example

White with #AC7443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7443; }

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

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

background-color css

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

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

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

border-color css

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

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

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