Html Css Color HEX #AC703C Bourbon

📋 copy color: '#AC703C'

red 172 ◦ green 112 ◦ blue 60

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

Shades of Bourbon #AC703C

Tints of Bourbon #AC703C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.56%

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 50%
G = 32.56%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC703C (or 0xAC703C) is known color: Bourbon. HEX triplet: AC, 70 and 3C. RGB value is (172,112,60). Sum of RGB (Red+Green+Blue) = 172+112+60=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 112 (44.14% from 255 or 32.56% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC703C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC703C is #538FC3. Grayscale: #7C7C7C. Windows color (decimal): -5476292 or 3961004. OLE color: 3961004.

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

Color convert

RGB 172 112 60 -
CMYK 0 0.35 0.65 0.33
HSL 27.86º 0.48% 0.45% -
HSV(B) 27.86º 0.65% 0.67% -
XYZ 23.62 20.69 7.02 -
YUV 124.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 172 112 60 0 0.35 0.65 0.33 27.86 0.48 0.45
Hex AC 70 3C 0 23 41 21 1C 30 2D
Octal 254 160 74 0 43 101 41 34 60 55
Binary 10101100 1110000 111100 0 100011 1000001 100001 11100 110000 101101

Color Harmonies of #AC703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC703C

Black with #AC703C

Text Example


Text Example

White with #AC703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC703C; }

 p { color: rgb(172,112,60); }

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

background-color css

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

 a { background-color: rgb(172,112,60); }

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

border-color css

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

 span { border-color: rgb(172,112,60); }

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