Html Css Color HEX #AC733C Bourbon

📋 copy color: '#AC733C'

red 172 ◦ green 115 ◦ blue 60

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

Shades of Bourbon #AC733C

Tints of Bourbon #AC733C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.14%

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

R = 49.57%
G = 33.14%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC733C (or 0xAC733C) is known color: Bourbon. HEX triplet: AC, 73 and 3C. RGB value is (172,115,60). Sum of RGB (Red+Green+Blue) = 172+115+60=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 60 (23.83% from 255 or 17.29% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733C is #538CC3. Grayscale: #7E7E7E. Windows color (decimal): -5475524 or 3961772. OLE color: 3961772.

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

Color convert

RGB 172 115 60 -
CMYK 0 0.33 0.65 0.33
HSL 29.46º 0.48% 0.45% -
HSV(B) 29.46º 0.65% 0.67% -
XYZ 23.96 21.36 7.13 -
YUV 125.77 90.88 160.97 -
System Red Green Blue C M Y K H S L
Decimal 172 115 60 0 0.33 0.65 0.33 29.46 0.48 0.45
Hex AC 73 3C 0 21 41 21 1D 30 2D
Octal 254 163 74 0 41 101 41 35 60 55
Binary 10101100 1110011 111100 0 100001 1000001 100001 11101 110000 101101

Color Harmonies of #AC733C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC733C

Black with #AC733C

Text Example


Text Example

White with #AC733C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC733C; }

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

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

background-color css

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

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

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

border-color css

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

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

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