Html Css Color HEX #AC703A Bourbon

📋 copy color: '#AC703A'

red 172 ◦ green 112 ◦ blue 58

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

Shades of Bourbon #AC703A

Tints of Bourbon #AC703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.96%

R = 50.29%
G = 32.75%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC703A (or 0xAC703A) is known color: Bourbon. HEX triplet: AC, 70 and 3A. RGB value is (172,112,58). Sum of RGB (Red+Green+Blue) = 172+112+58=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC703A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC703A is #538FC5. Grayscale: #7C7C7C. Windows color (decimal): -5476294 or 3829932. OLE color: 3829932.

HSL color Cylindrical-coordinate representation of color #AC703A: hue angle of 28.42º degrees, saturation: 0.5, 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 #AC703A is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 112 58 -
CMYK 0 0.35 0.66 0.33
HSL 28.42º 0.5% 0.45% -
HSV(B) 28.42º 0.66% 0.67% -
XYZ 23.57 20.66 6.75 -
YUV 123.78 90.88 162.39 -
System Red Green Blue C M Y K H S L
Decimal 172 112 58 0 0.35 0.66 0.33 28.42 0.5 0.45
Hex AC 70 3A 0 23 42 21 1C 32 2D
Octal 254 160 72 0 43 102 41 34 62 55
Binary 10101100 1110000 111010 0 100011 1000010 100001 11100 110010 101101

Color Harmonies of #AC703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC703A

Black with #AC703A

Text Example


Text Example

White with #AC703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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