Html Css Color HEX #AC733E Bourbon

📋 copy color: '#AC733E'

red 172 ◦ green 115 ◦ blue 62

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

Shades of Bourbon #AC733E

Tints of Bourbon #AC733E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.77%

R = 49.28%
G = 32.95%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC733E (or 0xAC733E) is known color: Bourbon. HEX triplet: AC, 73 and 3E. RGB value is (172,115,62). Sum of RGB (Red+Green+Blue) = 172+115+62=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 62 (24.61% from 255 or 17.77% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC733E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC733E is #538CC1. Grayscale: #7E7E7E. Windows color (decimal): -5475522 or 4092844. OLE color: 4092844.

HSL color Cylindrical-coordinate representation of color #AC733E: hue angle of 28.91º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC733E is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 115 62 -
CMYK 0 0.33 0.64 0.33
HSL 28.91º 0.47% 0.46% -
HSV(B) 28.91º 0.64% 0.67% -
XYZ 24.01 21.38 7.42 -
YUV 126 91.88 160.81 -
System Red Green Blue C M Y K H S L
Decimal 172 115 62 0 0.33 0.64 0.33 28.91 0.47 0.46
Hex AC 73 3E 0 21 40 21 1D 2F 2E
Octal 254 163 76 0 41 100 41 35 57 56
Binary 10101100 1110011 111110 0 100001 1000000 100001 11101 101111 101110

Color Harmonies of #AC733E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC733E

Black with #AC733E

Text Example


Text Example

White with #AC733E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC733E; }

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

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

background-color css

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

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

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

border-color css

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

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

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