Html Css Color HEX #AC7943 Bourbon

📋 copy color: '#AC7943'

red 172 ◦ green 121 ◦ blue 67

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

Shades of Bourbon #AC7943

Tints of Bourbon #AC7943

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.61%

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

R = 47.78%
G = 33.61%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AC7943 (or 0xAC7943) is known color: Bourbon. HEX triplet: AC, 79 and 43. RGB value is (172,121,67). Sum of RGB (Red+Green+Blue) = 172+121+67=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 67 (26.56% from 255 or 18.61% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC7943 is #5386BC. Grayscale: #828282. Windows color (decimal): -5473981 or 4422060. OLE color: 4422060.

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

Color convert

RGB 172 121 67 -
CMYK 0 0.30 0.61 0.33
HSL 30.86º 0.44% 0.47% -
HSV(B) 30.86º 0.61% 0.67% -
XYZ 24.86 22.85 8.41 -
YUV 130.09 92.4 157.89 -
System Red Green Blue C M Y K H S L
Decimal 172 121 67 0 0.30 0.61 0.33 30.86 0.44 0.47
Hex AC 79 43 0 1E 3D 21 1F 2C 2F
Octal 254 171 103 0 36 75 41 37 54 57
Binary 10101100 1111001 1000011 0 11110 111101 100001 11111 101100 101111

Color Harmonies of #AC7943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7943

Black with #AC7943

Text Example


Text Example

White with #AC7943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7943; }

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

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

background-color css

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

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

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

border-color css

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

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

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