Html Css Color HEX #AC713B Bourbon

📋 copy color: '#AC713B'

red 172 ◦ green 113 ◦ blue 59

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

Shades of Bourbon #AC713B

Tints of Bourbon #AC713B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.85%

 BLUE value IS 59 (23.44% from 255) = 17.15%

R = 50%
G = 32.85%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC713B (or 0xAC713B) is known color: Bourbon. HEX triplet: AC, 71 and 3B. RGB value is (172,113,59). Sum of RGB (Red+Green+Blue) = 172+113+59=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC713B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC713B is #538EC4. Grayscale: #7C7C7C. Windows color (decimal): -5476037 or 3895724. OLE color: 3895724.

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

Color convert

RGB 172 113 59 -
CMYK 0 0.34 0.66 0.33
HSL 28.67º 0.49% 0.45% -
HSV(B) 28.67º 0.66% 0.67% -
XYZ 23.71 20.9 6.92 -
YUV 124.49 91.05 161.89 -
System Red Green Blue C M Y K H S L
Decimal 172 113 59 0 0.34 0.66 0.33 28.67 0.49 0.45
Hex AC 71 3B 0 22 42 21 1D 31 2D
Octal 254 161 73 0 42 102 41 35 61 55
Binary 10101100 1110001 111011 0 100010 1000010 100001 11101 110001 101101

Color Harmonies of #AC713B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC713B

Black with #AC713B

Text Example


Text Example

White with #AC713B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC713B; }

 p { color: rgb(172,113,59); }

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

background-color css

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

 a { background-color: rgb(172,113,59); }

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

border-color css

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

 span { border-color: rgb(172,113,59); }

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